Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Determine .exe Dependencies

I have a .exe file which I believe was created with VB6. Are there any tools in Visual Studio 6 or later that would let me see any dynamic libraries required for the application to run?

like image 412
Steven Avatar asked Jun 25 '10 12:06

Steven


People also ask

How do I find app dependencies?

You can view the dependent components from the Solutions area of Power Apps. Sign in to Power Apps and select Solutions from the left navigation. Open the solution you want, select the component you want, on the command bar select ..., and then select Show dependencies.

How do I find the dependencies of a .NET DLL?

Load your DLL into it, right click, and chose 'Analyze' - you'll then see a "Depends On" item which will show you all the other dll's (and methods inside those dll's) that it needs.


1 Answers

Try this - Dependancy Walker.

like image 145
Jason Evans Avatar answered Oct 01 '22 21:10

Jason Evans