mirror of
https://github.com/wader/fq.git
synced 2024-11-26 10:33:53 +03:00
a7a101ca67
Also add authors to avro and macho decoders Generated with: for i in $(go run . -r -n '_registry | [([([.files[][].name | split(".")[0]] | unique[]), (.formats[].name)] | count[] | select(.[1] == 2)[0]), (.formats[] | select(.decode_in_arg).name)] | unique[]'); do DIR=$(dirname $(find format -name $i.go)); echo "$ fq -h $i" > "$DIR/testdata/help_$i.fqtest" ; done
16 lines
321 B
Markdown
16 lines
321 B
Markdown
Supports decoding vanilla and FAT Mach-O binaries.
|
||
|
||
### Select 64bit load segments
|
||
|
||
```sh
|
||
$ fq '.load_commands[] | select(.cmd=="segment_64")' file
|
||
```
|
||
|
||
### References
|
||
- https://github.com/aidansteele/osx-abi-macho-file-format-reference
|
||
|
||
### Authors
|
||
- Sıddık AÇIL
|
||
acils@itu.edu.tr
|
||
[@Akaame](https://github.com/Akaame)
|