DLLDump: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
DLLDump is a | DLLDump is a useful little program that resolves DLL dependencies. 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 long names. | ||
will go through the EXE (or DLL) looking for all used DLLs and tell you | |||
where it will load them from at run-time. | |||
offending module is listed. | |||
HPFS | |||
==License== | ==License== | ||
* Public Domain (Can't find the source code) | * Public Domain (Can't find the source code) | ||
* Author: MC Smith | |||
== | ==Links== | ||
* | * [https://archive.org/download/OS2BBS/10-Tools.zip/DLLDUMP.ZIP DLLDUMP.ZIP] | ||
[[Category:Utilities]] | [[Category:Utilities]] |
Revision as of 14:17, 25 August 2022
DLLDump is a useful little program that resolves DLL dependencies. 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 long names.
License
- Public Domain (Can't find the source code)
- Author: MC Smith