Skip to content
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.

Common PE Types and Enumerations

Steve Maillet edited this page Jun 5, 2016 · 4 revisions

The PE File format is expressed in terms of a number of common types. In code these are generally realized as a typedef or type alias of some sort to help ensure both clarity of code and correctness of use. This is preferred over use of raw primitive types which convey no real meaning beyond there basic ranges.