digitalmars.com                        
Last update Thu May 31 14:33:42 2018

DUMPOBJ: Dump Object Files in Hex

Displays the contents of an object file, showing the type and contents of each record. Multiple types of object files are automatically recognized.

dumpobj does not disassemble the object code, for that use obj2asm. For converting files from COFF to OMF see coff2omf.

dumpobj commands have the following format:

dumpobj [-p] filename[.obj] 

where:

filename
is the name of the object file about which you want information. Its default extension is .obj.
-p
Pretty print output.

File Formats Supported

Home | Runtime Library | IDDE Reference | STL | Search | Download | Forums