|
![]() |
|||
|
home products solutions news downloads order support about us |
|
|||
PE Explorer Feature Tour |
||||
|
|
Dependency Scanner More Knowledge About DLLs Required PE Explorer can help you learn the minimum set of DLL files required for the EXE file to load and run, and the complete path to modules loaded by the EXE file.
The Dependency Scanner tool allows you to recursively scan all modules linked to by a particular PE file and build a hierarchical dependency tree of all dependent files (a graphical representation of all the modules an executable is statically linked to). Dependency Scanner also detects delay-load dependencies. Dependency Scanner produces diagrams of dependent modules, provides full paths to files and version information (File and Product version numbers, Language/Code page, Product and Company name, copyrights, etc). It is helpful in discovering missing or invalid modules, import/export mismatches, circular dependencies and other module-related problems, and in troubleshooting system errors caused by the loading or executing of modules. For each module found, it lists the full path to the file and the version information. Then you can easily examine this particular linked module in PE Explorer and get back again to the previously selected executable. This tree also shows which dependencies could not be found on the system, were invalid, or had errors. The output can be saved into the text format.
|
|||