The information in this article applies to:
SUMMARYLINK.EXE and DUMPBIN.EXE (from Visual C++ 32-bit edition) can be used to dump the portable executable (PE) header of an executable file. Below is a fragment of a dump:
The "image base" value of 10000 is the address where the program begins in
memory. The value associated with "base of code," "base of data," and
"address of entry point" are all offsets from the image base.
Additional query words: 3.10 3.50 4.00 95
Keywords : |
Last Reviewed: January 14, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |