PE: Difference between revisions

333 bytes added ,  10 years ago
[unchecked revision][unchecked revision]
Line 12:
==Overview==
The PE file consists of several parts. They are briefly sumarized below, then more detail is entered on each part.
Here are the definitions for the field types:
[[Image:PEFigure1.jpg|left|frame|An overview of the format]]
* uint8_t = 1 byte unsigned integer, Least Significant Byte first, Most Significant Bit first.
* uint16_t = 2 byte unsigned integer, Least Significant Byte first, Most Significant Bit first.
* uint32_t = 4 byte unsigned integer, Least Significant Byte first, Most Significant Bit first.
 
[[Image:PEFigure1.jpg|left|frame|An overview of the format]]
 
== DOS Stub ==
Anonymous user