Dependency Scanner
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 (Ctrl + N) hierarchically lists out the external modules and library files that are requisite to a successful execution of the primary binary.
The dependency checker tool allows you to to view DLL dependencies without executing the code. Software dependencies are modules, or pieces of code, which an application requires in order to load and run correctly. Such dependencies are often found in the operating environment and not included in the application in order to save space and time. By determining an unknown binary's dependencies, your can learn more about what the binary is and how it works.
Load time dependency modules may also have dependencies of their own. Dependency Scanner recursively scans all modules linked to by a particular PE file and builds 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. Detecting dynamically loaded libraries is not currently supported.
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.
Get Started with a 30-Day Free Trial
Download PE Explorer and start exploring your applications now.
PE Explorer runs on all versions of Windows, from Windows 95 to the latest version of Windows 11.