DUMPBIN Tool (Windows CE 5.0)
The Microsoft COFF Binary File Dumper (DUMPBIN.EXE) displays information about 32-bit Common Object File Format (COFF) binary files.
You can use DUMPBIN to examine the following:
- COFF object files
- Standard libraries of COFF objects
- Executable (.exe) files
- Dynamic-link library (.dll) files
In this Section
- DUMPBIN Command Line
Provides information about DUMPBIN command-line syntax. - Using DUMPBIN to View Decorated Names
Describes how to use DUMPBIN to view the decorated form of a function. - DUMPBIN Options
Provides reference information about available DUMPBIN options.
Related Sections
- About COFF
Gives a general description of the COFF file specification. - Compiler-generated Decorated Function Names
Describes the compiler-generated name for a function.
Send Feedback on this topic to the authors