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