Is there an application that can tell you what .dll's and other dependencies a program uses?

link|improve this question

feedback

1 Answer

up vote 7 down vote accepted

Dependency Walker can do this.

Or on a running application, Process Explorer can list the DLLs with CtrlD.

link|improve this answer
You can also use Dependency Walker to track which DLLs are loaded at runtime dynamically using the Profile menu when and exe is loaded. – heavyd Feb 19 '10 at 18:59
Thanks, Process Explorer suits my needs perfectly! – JimDel Feb 19 '10 at 21:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.