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::characteristicsfield. - clr
- data_
directories - debug
- dll_
characteristic - Constants for characteristics of image files. These constants are used in the
goblin::pe::optional_header::WindowsFields::dll_characteristicsfield. - exception
- Exception handling and stack unwinding for x64.
- export
- header
- import
- load_
config - optional_
header - The module for the PE optional header (
OptionalHeader) and related items. - options
- relocation
- resource
- section_
table - subsystem
- Constants for subsystems required to run image files. These constants are used in the
goblin::pe::optional_header::WindowsFields::subsystemfield. - symbol
- tls
- utils