1
1
mirror of https://github.com/wader/fq.git synced 2024-12-03 13:46:37 +03:00
fq/format/macho/macho.md
Mattias Wadman 920629f5fd doc: Regenerate and fix macho section size
Make macho format documentaion a bit more consistent.
2022-03-03 09:55:53 +01:00

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.

References: