DLLDump: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Jugbogdan (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{Software
|Picture=NA.png
|Version=1.00
|Author=MC Smith
|License=Public Domain (Can't find the source code)
|Download= [https://archive.org/download/OS2BBS/10-Tools.zip/DLLDUMP.ZIP DLLDUMP.ZIP]
|Website=
}}
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.
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==
[[Category:System Utilities]]
* Public Domain (Can't find the source code)
[[Category:Freeware]]
* Author: MC Smith
 
==Links==
* [https://archive.org/download/OS2BBS/10-Tools.zip/DLLDUMP.ZIP DLLDUMP.ZIP]
 
[[Category:Utilities]]

Latest revision as of 19:49, 20 January 2024

DLLDump
Version 1.00
Vendor
Author MC Smith
License Public Domain (Can't find the source code)
Download DLLDUMP.ZIP
Website

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.