Module formats

Source
Expand description

Binary format parsers and detection

Modules§

elf
ELF format parser
java
Java class and JAR file parser
macho
Mach-O format parser for macOS/iOS binaries
pe
PE (Portable Executable) format parser for Windows binaries
raw
Raw binary format parser

Functions§

detect_format
Detect binary format from data
parse_binary
Parse binary data using the appropriate parser