PE: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 12: Line 12:
==Overview==
==Overview==
The PE file consists of several parts. They are briefly sumarized below, then more detail is entered on each part.
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 ==
== DOS Stub ==