|
-
Sep 24th, 2003, 10:33 AM
#1
Get EXE dependency list without running it?
Anybody know of any tools to give you a list of what dlls and activeX components an executable depends on without running that executable?
-
Sep 24th, 2003, 10:41 AM
#2
Retired VBF Adm1nistrator
The Depends utility that ships with VStudio Enterprise
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Sep 24th, 2003, 05:34 PM
#3
-
Sep 25th, 2003, 02:38 AM
#4
Retired VBF Adm1nistrator
And there's also an app that a guy wrote on planetsourcecode.com that opens the .exe and parses it looking for dependency files and what not. Works quite well if I remember correctly - but not half as cool as the depends utility
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
Sep 25th, 2003, 03:57 AM
#5
You meanthis eejit?
Anyway - both DEPENDS.exe and that other thing get the standard exe dependencies but not the ActiveX dll dependencies....i.e. I need it to look in the exe and find the object references then look to see if they are referenced on the target machine.
-
Sep 25th, 2003, 05:12 AM
#6
Retired VBF Adm1nistrator
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
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
|