Module malwaredb_types::exec
source · Expand description
Executable types
Modules§
- ELF parsing
- Mach-O parsing
- Parsing of PE32 & EXE files, and anything else with an MZ header
- PEF (Preferred Executable File) parsing
Structs§
- Import data, normalized across various executable file formats
- Collection of import data, normalized across various executable file formats
- Section of an executable file
Enums§
- CPU Architectures
- Type of binary file containing machine code
- Operating Systems
Traits§
- Common functions for executable files