All Dlls Dependencies is a free utility designed to allow for the static analyzation of DLL dependencies.
All Dlls Dependencies is a free utility designed to allow for the static analyzation of DLL dependencies.
It is capable of analyzing modules to find missing imported DLLs or functions. All Dlls Dependencies is intended to assist you if you receive that annoying warning that specific DLLs are missing, and your intended app cannot be run. Sometimes, but not often, restarting the app helps, but more than likely, you will need to install the missing DLL on your machine. This is where this app will be of service.
All Dlls Dependencies requires you to select the target DLL file. Once selected, it will commence scanning the root module (including its import table) building a list of required dependent modules. If a module is located, as a safeguard to prevent an infinite circular loop, it will not reprocess it. All Dlls Dependencies will additionally run through multiple validity checks during scanning.
Any errors that are encountered during processing will be logged (trace can be found in the Logs Window).
Download