1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00
fq/doc
Mattias Wadman 725c8e83ab macho: Split into macho/macho_fat, fix offset issue and add string decoding
Split fat macho into own decoder macho_fat. This also fixes issue with section
offset etc not being correct as they are from the start of each embedded file.

Make all address and offset field be in hex.

Decode __cstring, __ustring and __cfstring sections.

Fix LC_ENCRYPTION_INFO_64 missing pading issue.

Skip ranging for __bss and __common as they dont have any data in the file.

Simplifed magic handling a bit and add symbols.

Simplified state struct field, had redudant struct.
2022-08-02 14:36:53 +02:00
..
presentations/bts2022 dev: Cleanup linters and fix some unused args 2022-07-19 18:33:50 +02:00
demo.sh doc,interp: Update and add more examples 2022-07-30 20:21:35 +02:00
demo.svg macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00
dev.md doc: Typos and add note about Try* functions 2022-06-30 12:23:59 +02:00
display_decode_value_d.sh doc: Document display and some more jq hints 2022-01-29 13:10:25 +01:00
display_decode_value_d.svg interp: dump: Show field name for compound values in arrays 2022-04-21 17:47:15 +02:00
display_decode_value_dv.sh doc: Document display and some more jq hints 2022-01-29 13:10:25 +01:00
display_decode_value_dv.svg doc: Document display and some more jq hints 2022-01-29 13:10:25 +01:00
display_decode_value.sh doc: Document display and some more jq hints 2022-01-29 13:10:25 +01:00
display_decode_value.svg interp: dump: Show field name for compound values in arrays 2022-04-21 17:47:15 +02:00
display_json.sh doc: Document display and some more jq hints 2022-01-29 13:10:25 +01:00
display_json.svg doc: Document display and some more jq hints 2022-01-29 13:10:25 +01:00
file.mp3 cli: Make --raw-string work with input/0 and inputs/0 2021-09-12 13:08:54 +02:00
file.mp4 Undo change to doc/file.mp4. I have no idea how this got changed in the first place? Maybe some macos shenanigans. 2022-01-19 19:07:08 -06:00
formats_diagram.jq doc: Correct bencode spec URL 2022-06-13 18:49:34 +02:00
formats.jq decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
formats.md macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00
formats.svg macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00
mdsh.go Init 2021-09-12 13:08:42 +02:00
mdsh.sh doc: Add per format documentation 2022-01-29 12:01:36 +01:00
TODO.md repl,interp: Refactor repl and slurp 2022-03-01 18:31:00 +01:00
usage.md doc: Improve and cleanup text formats 2022-07-24 11:55:50 +02:00