Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following are options, parameters, and definitions for DUMPBIN:
Option | Definition |
---|---|
/ALL | Displays all available information except code disassembly. |
/ARCHIVEMEMBERS | Displays minimal information about member objects in a library. |
/DEPENDENTS | Dumps the names of DLLs that the image imports functions from. |
/DIRECTIVES | Dumps the compiler-generated directive section of an image. |
/DISASM | Shows disassembly of code sections, using symbols if present in the file. |
/EXPORTS | Lists all definitions exported from an executable file or DLL. |
/HEADERS | Displays the file header and the header for each section.
When used with a library, displays the header for each member object. |
/IMPORTS | Lists all definitions imported to an executable file or DLL. |
/LINENUMBERS | Shows COFF line numbers. |
/LINKERMEMBER | Lists public symbols defined in a library. |
/OUT | Specifies a filename for the output. |
/PDATA | Dumps the exception tables (.pdata) from an image or object. |
/PDBPATH | Reports the .pdb files that correspond to the specified filename. |
/RAWDATA | Displays the raw contents of each section in the file. |
/RELOCATIONS | Displays relocations in the object or image. |
/SECTION | Restricts the output to information on the specified section. |
/SUMMARY | Displays minimal information about sections, including total size.
This option is the default if no other option is specified in a DUMPBIN command. |
/SYMBOLS | Displays the COFF symbol table.
Symbol tables exist in all object files. |
/UNWINDINFO | Dumps the unwind descriptors of the structured exception handling (SEH) tables in program images. |
See Also
About Microprocessor Compilers | About COFF
Send Feedback on this topic to the authors