1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 23:27:12 +03:00
fq/format/macho/macho.md
2022-02-27 19:31:18 +01:00

362 B

Decodes vanilla and FAT Macho binaries

Examples

To decode the MacOS build of fq

fq . -d macho fq

NOTE -d macho is usually not needed.


Can be used to decode nested parts:

./fq '.load_commands[] | select(.cmd=="segment_64")' -d macho fq

References: