mirror of
https://github.com/wader/fq.git
synced 2024-12-03 13:46:37 +03:00
920629f5fd
Make macho format documentaion a bit more consistent.
350 B
350 B
Supports decoding vanilla and FAT Mach-O binaries.
Examples
To decode the macOS build of fq
:
fq . /path/to/fq
fq '.load_commands[] | select(.cmd=="segment_64")' /path/to/fq
Note you can use -d macho
to decode a broken Mach-O binary.