1
1
mirror of https://github.com/wader/fq.git synced 2024-11-29 23:27:12 +03:00
fq/format/macho/testdata
Mattias Wadman a7a101ca67 doc,help: Nicer format help and move help tests into each format
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
2022-09-22 23:07:58 +02:00
..
darwin_aarch64 macho: Decode cmd symtab symbols 2022-08-08 18:02:59 +02:00
darwin_amd64 macho: Decode cmd symtab symbols 2022-08-08 18:02:59 +02:00
darwin_fat interp,dump: Show address bar for root, nested roots and on format change 2022-08-09 18:09:41 +02:00
a.c macho: add darwin_amd64 tests 2022-02-21 20:32:17 +01:00
help_macho.fqtest doc,help: Nicer format help and move help tests into each format 2022-09-22 23:07:58 +02:00
libbbb.c macho: add darwin_amd64 tests 2022-02-21 20:32:17 +01:00
libbbb.h macho: add darwin_amd64 tests 2022-02-21 20:32:17 +01:00
Makefile macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00