You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 5, 2019. It is now read-only.
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.