[go: up one dir, main page]

Module pe

Source
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

Structs§

Coff
An analyzed COFF object
PE
An analyzed PE32/PE32+ binary
TE
An analyzed TE binary