Class dependency analyzer for dll

Asked By 10 points N/A Posted on -
qa-featured

Hi guys,

I am looking for a dll dependency tool that also has the capability to show dependency between class files through import statements used in a project. The tool should be able to reference both system or windows dlls and user defined dlls, also it should be able to references both 64 bit and 32bit modules and show its output in form of a graph, diagram or any other form of output that gives a clear listing of all the functions that are imported.

Anyone who can help me find such a tool please do and thanks

SHARE
Answered By 25 points N/A #142130

Class dependency analyzer for dll

qa-featured

 

Hi Ayannahana,

 

You can download and install a program called Dependency Walker. It is free to download and use. This program can show you the dependencies of files such as exe, ocx, sys, dll, etc.

 

It has very helpful views that can show you the minimum set of required files, including detailed information about each file with its paths, its base address, its version numbers, its machine type, and more.

 

The program Dependency Walker can be downloaded from the link below:

http://www.dependencywalker.com/

 

I hope this helps.

Related Questions