FileFormat Type
Represents the file format of a binary.
Record fields
| Record Field |
Description
|
|
ELF binary.
|
|
Raw binary in hexadecimal format, which is a sequence of hexadecimal digits (0-9, A-F) representing the binary data.
|
|
Mach-O binary.
|
|
PE binary.
|
|
Python binary.
|
|
Raw binary without any specific file format: a sequence of bytes.
|
|
Wasm binary.
|
B2R2