Article ID: 101187 - Last Review: January 16, 2000 - Revision: 1.0

Interpreting Executable Base Addresses

This article was previously published under Q101187
Expand all | Collapse all

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

APPLIES TO
  • Microsoft Win32 Software Development Kit (SDK) 3.1
Keywords: 
KB101187
 

Article Translations