Link to home
Start Free TrialLog in
Avatar of compwarm
compwarm

asked on

How to find dependencies of an executable?

How to find dependencies of an exe file
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Use Depends.exe, this may be in your \windows\system or \winnt\system32 folder. Or alternatively it ships with .NET and can be found somewhere in the folder tree.

Do a search for this executable and run it, you can then select your exe file and a list of all the dependencies will be shown.
Avatar of compwarm
compwarm

ASKER

Thank you. but i am in need of some vb code snippet to find out dependencies and registry entries of an executable.
Thank you. but i am in need of some vb code snippet to find out dependencies and registry entries of an executable.
Avatar of Richie_Simonetti
Not in type lib...

Given a exe file, i need to find out what are all the dlls this exe utilises and what are all the registry entries this exe makes. i need this to be done using VB
Not in type lib...

Given a exe file, i need to find out what are all the dlls this exe utilises and what are all the registry entries this exe makes. i need this to be done using VB
http://www.domaindlx.com/e_morcillo/scripts/cod/default.asp
Scroll page down to "Get info about EXEs, DLLs, OCXs and
any other PE (portable excutable) files"

zipfile: http://www.domaindlx.com/e_morcillo/download.asp?type=cod&file=grl_pe
it works, Thanks.
But i don't find solution for finding out the registry keys
set by the application.

it works, Thanks.
But i don't find solution for finding out the registry keys
set by the application.

it works, Thanks.
But i don't find solution for finding out the registry keys
set by the application.

ASKER CERTIFIED SOLUTION
Avatar of Richie_Simonetti
Richie_Simonetti
Flag of Argentina image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Anyway thanks
Just a question, why "B" grade?
sorry, if i have offended you anyway. My intention is not that. since i got answer for one out of my two question i graded B .
:)), you did ONE question only ("How to find dependencies of an exe file "), AND append OTHER to it.
Just to clarify.
Cheers