DLLDump: Difference between revisions
Jump to navigation
Jump to search
Created page with "DLLDump is a usefull little program that resolves DLL dependancies. It will go through the EXE (or DLL) looking for all used DLLs and tell you where it will load them from at..." |
No edit summary |
||
Line 14: | Line 14: | ||
* MC Smith | * MC Smith | ||
[[Category: | [[Category:Utilities]] |
Revision as of 23:53, 11 January 2019
DLLDump is a usefull little program that resolves DLL dependancies. It will go through the EXE (or DLL) looking for all used DLLs and tell you where it will load them from at run-time. If a DLL is not found, the offending module is listed. The program understands wildcards and HPFS longnames.
Download
- Internet Archive(DLLDUMP.ZIP)
License
- Public Domain (Can't find the source code)
Author
- MC Smith