/dll
Specifies the PE File that will be displayed
/dll path-to-executable
Example: /dll e:\om\c\test\release\test.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
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
/exit