www.digitalmars.com [Home] [Search] [CTG] [RTL] [IDDE]
Last update Jul 1, 2004

DUMPOBJ: Dump Object Files in Hex

Displays the contents of an object file, showing the type and contents of each record. For information about debugging formats, refer to the Microsoft document, CodeView 4.0 Symbolic Debug Information Specification. For details about object file formats, refer to the Microsoft document The Microsoft Object Module Format, available from Microsoft.

Intel OMF, Microsoft COFF, and linux ELF object file formats are supported. 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] 
filename is the name of the object file about which you want information. Its default extension is .obj.
-p Pretty print output.

Copyright © 1995-2004 Digital Mars. All Rights Reserved.