Article ID: 101187 - Last Review: January 16, 2000 - Revision: 1.0 Interpreting Executable Base AddressesThis article was previously published under Q101187 SUMMARY
LINK.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:
7300 address of entry point
7000 base of code
B000 base of data
----- new -----
10000 image base
| Article Translations
|
Back to the top
