Module exec

Source
Expand description

Executable types

Modules§

elf
ELF parsing
macho
Mach-O parsing
pe32
Parsing of PE32 & EXE files, and anything else with an MZ header
pef
PEF (Preferred Executable File) parsing

Structs§

Import
Import data, normalized across various executable file formats
Imports
Collection of import data, normalized across various executable file formats
Section
Section of an executable file

Enums§

Architecture
CPU Architectures
ExecutableType
Type of binary file containing machine code
OperatingSystem
Operating Systems

Traits§

ExecutableFile
Common functions for executable files