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

DUMPEXE: Dump Exe Files

Dumps the contents of an executable file in a readable format. The following executable file formats are automatically detected and handled:
MZ
16 bit DOS executable file format.
NE
16 bit Windows and 16 bit OS/2 executable file format.
PE
32 bit Windows portable executable file format.
LX
32 bit OS/2 2.0 executable file format.
dumpexe commands have the following format:
	dumpexe filename
filename is the name of the executable file to dump.

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