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

2

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

JimDel

Posted 2010-02-19T18:32:31.343

Reputation: 1 834

Answers

9

Dependency Walker can do this.

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

njd

Posted 2010-02-19T18:32:31.343

Reputation: 9 743

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 – 2010-02-19T18:59:24.200