digitalmars.com                        
Last update Mon Mar 23 20:32:53 2009
Compiler & Tools Guide

Tools
BCC
CHMOD
CL
COFF2OMF
COFFIMPLIB
DMC
DIFF
DIFFDIR
DUMP
DUMPOBJ
DUMPEXE
EXE2BIN
FLPYIMG
GREP
HC
IMPLIB
LIB
LIBUNRES
MAKE
MAKEDEP
ME
OBJ2ASM
PATCHOBJ
RC
RCC
SC
SHELL
SMAKE
TOUCH
UNMANGLE
WHEREIS


Compiling
Compiling Code
C Implementation
C++ Implementation
Language Extensions
Mixing Languages
Assembly Language
Inline Assembler
Optimizing Code
Numerics Programming
Regular Expressions
Acrtused
Pragmas
Precompiled Headers
Predefined Macros
Warning Messages
Error Messages
Runtime Messages


Linking
Optlink
Switches
Module Definition Files
Operation and Design
Error Messages


Win32 Programming
Win32 Programming


DOS and Win16
Programming

Memory Models
16 Bit Pointer Types
and Type Modifiers

Handle Pointers
DOS
DOS 32 (DOSX)
Win16
Win16 DLLs
Win16 Prolog/Epilog
Virtual Memory
For 640Kb DOS



C/C++ Extensions
Contract Programming
__debug statement
__debug declaration
Dynamic Profiling
Embedding C in HTML


Porting to DMC++
Switching to DMC++
from Microsoft
from Borland
Porting Guide




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] 
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

  • Tool Interface Standards (TIS) Relocatable Object Module Format (OMF) Specification Version 1.1
  • Microsoft Codeview 4.0 Symbolic Debug Information Specification
  • Microsoft COFF
  • Tool Interface Standard (TIS) Executable and Linking Format (ELF) Specification Version 1.2
  • DWARF Debugging Information Format, Version 3
  • D programming language extensions to DWARF