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