DUMPBIN Options (Windows Embedded CE 6.0)
1/6/2010
The following are options, parameters, and definitions for DUMPBIN:
Option | Definition |
---|---|
Displays all available information except code disassembly. |
|
Displays minimal information about member objects in a library. |
|
Dumps the names of DLLs that the image imports functions from. |
|
Dumps the compiler-generated directive section of an image. |
|
Shows disassembly of code sections, using symbols if present in the file. |
|
Lists all definitions exported from an executable file or DLL. |
|
Displays the file header and the header for each section. When used with a library, displays the header for each member object. |
|
Lists all definitions imported to an executable file or DLL. |
|
Shows COFF line numbers. |
|
Lists public symbols defined in a library. |
|
Specifies a filename for the output. |
|
Dumps the exception tables (.pdata) from an image or object. |
|
Reports the .pdb files that correspond to the specified filename. |
|
Displays the raw contents of each section in the file. |
|
Displays relocations in the object or image. |
|
Restricts the output to information on the specified section. |
|
Displays minimal information about sections, including total size. This option is the default if no other option is specified in a DUMPBIN command. |
|
Displays the COFF symbol table. Symbol tables exist in all object files. |
|
Dumps the unwind descriptors of the structured exception handling (SEH) tables in program images. |