Expand description
This module exposes the different headers that we can find in a PE binary. It includes:
Structs
- Structure which represents the DosHeader, the first structure presents at the beginning of a PE file.
- Structure that represents the PE header (which follows the
DosHeader
) - Structure which represents the PE OptionalHeader (after
Header
).