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
- Executable
Type - Type of binary file containing machine code
- Operating
System - Operating Systems
Traits§
- Executable
File - Common functions for executable files