DLLDump

From OS2World.Com Wiki
Revision as of 14:17, 25 August 2022 by Jugbogdan (talk | contribs)
Jump to navigation Jump to search

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

Links