Expand description
A PE32 and PE32+ parser
Modules§
- authenticode
- certificate_
table - characteristic
- Constants for flags that indicate attributes of the object or image file. These flags are used in the
goblin::pe::header::CoffHeader::characteristics
field. - data_
directories - debug
- dll_
characteristic - Constants for characteristics of image files. These constants are used in the
goblin::pe::optional_header::WindowsFields::dll_characteristics
field. - exception
- Exception handling and stack unwinding for x64.
- export
- header
- import
- optional_
header - The module for the PE optional header (
OptionalHeader
) and related items. - options
- relocation
- section_
table - subsystem
- Constants for subsystems required to run image files. These constants are used in the
goblin::pe::optional_header::WindowsFields::subsystem
field. - symbol
- tls
- utils