Please enable JavaScript to view this site.

DbgHelp Browser Help

Displaying a DLL

 

/dll

 Specifies the PE File that will be displayed

 

 /dll path-to-executable

 

 Example: /dll e:\om\c\test\release\test.dll

 

 

Export the modules that are dependent on the DLL

 

 Specifies the filename to export the list of dependent modules to

 

 /exportModulesTopLevel path-to-export-filename

 

 Example: /exportModulesTopLevel e:\om\export\dependentModules.txt

 

 

Export the modules (and their dependent modules) that are dependent on the DLL

 

 Specifies the filename to export the list of dependent modules to

 

 /exportModules path-to-export-filename

 

 Example: /exportModules e:\om\export\dependentModules.txt

 

 

Export the modules (and their dependent modules) and functions that are dependent on the DLL

 

 Specifies the filename to export the list of dependent modules and functions to

 

 /exportModulesAndFunctions path-to-export-filename

 

 Example: /exportModulesAndFunctions e:\om\export\dependentModules.txt

 

 

Close PE File Browser after exporting

 

 /exit