Module exec

Module exec 

Source
Expand description

Executable types

Modules§

elfelf
ELF parsing
machomacho
Mach-O parsing
pe32pe32
Parsing of PE32 & EXE files, and anything else with an MZ header
pefpef
PEF (Preferred Executable File) parsing, a legacy format

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