|
-
Nov 8th, 2003, 03:34 AM
#1
Thread Starter
Addicted Member
finding what file app wants to open?
Hi guys
Well I have a compiled application written in vb6. As I try to run it. It tries to open some file on the disk and as the file doesn’t exist the app throws an exception: no.53 “file not found” and crashes. I want to find out what file the app is trying to open. Is there some way of decompiling or some other way?
Thank u
-
Nov 8th, 2003, 03:37 AM
#2
Does it happen when you run it from the IDE? If so, what line does it highlight? Post that bit of code here.
-
Nov 8th, 2003, 05:27 AM
#3
Thread Starter
Addicted Member
Originally posted by mendhak
Does it happen when you run it from the IDE? If so, what line does it highlight? Post that bit of code here.
no it's a compiled app, an exe file. it's developed with vb6. but now it's an exe file with unknow source and i was't its developer. i just see it throws a an exeption at the moment i run it
-
Nov 8th, 2003, 06:25 AM
#4
Download a neat little utility called "FILEMON" which will tell you what applications are accessing what files. Open up filemon, run your EXE, and check out what it's looking for.
If that doesn't work, then I guess you're out of luck... you'll probably have to ask the developer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|