Expand description
Module for the PE format
Modules
- PE Data Directory module
- Module that wraps the different debug information structure we can find in a PE binary.
- PE Delayed import module
- PE export module
- This module exposes the different headers that we can find in a PE binary. It includes:
- This module represents PE’s Imports
- This module includes the different structures related to the relocation process in a PE binary
- This module contains the different structures involved in the PE’s resource tree
- PE Rich Header module
- PE section module
- This module wraps the PKCS #7 PE authenticode signature
- This module represents the PE’s Thread Local Storage (TLS)
Structs
- This is the main interface to read and write PE binary attributes.
- 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
). - Class which represents the Base Relocation Block We usually find this structure in the
.reloc
section - Structure which represents the not-so-documented rich header
- This structure defines a regular PE section.