Expand description
Executable types
Modules§
- elf
elf - ELF parsing
- macho
macho - Mach-O parsing
- pe32
pe32 - Parsing of PE32 & EXE files, and anything else with an MZ header
- pef
pef - 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
- Executable
Type - Type of binary file containing machine code
- Operating
System - Operating Systems
Traits§
- Executable
File - Common functions for executable files