1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 22:34:14 +03:00
fq/pkg/interp/testdata
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
..
args.fqtest macho: Split into macho/macho_fat, fix offset issue and add string decoding 2022-08-02 14:36:53 +02:00
argvars.fqtest interp: Rename --decode-file to --argdecode to be more consistent 2022-07-04 12:28:37 +02:00
basic.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
binary_stdout.fqtest interp: Proper display column truncate 2022-04-16 18:48:21 +02:00
binary.fqtest interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
bitops.fqtest gojq: Update rebased fq fork 2022-05-23 21:33:12 +02:00
color.fqtest interp: Proper display column truncate 2022-04-16 18:48:21 +02:00
completion.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
configinit.fqtest cli: Add completion tests 2021-09-12 13:08:49 +02:00
debug.fqtest interp: Add stderr again for jq compat 2022-01-07 11:30:09 +01:00
decode.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
display.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
exitcode.fqtest gojq: Update rebased fq fork 2022-06-01 17:27:45 +02:00
exprfile.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
gojq.fqtest xml,csv,interp: Handle JQValue when string normalizing 2022-07-26 17:43:59 +02:00
grep.fqtest interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
help.fqtest decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
hexdump.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
incudepath.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
inputs.fqtest gojq: Update rebased fq fork 2022-06-01 17:27:45 +02:00
match.fqtest interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
noconfiginit.fqtest cli: Add completion tests 2021-09-12 13:08:49 +02:00
options.fqtest interp: Rename --decode-file to --argdecode to be more consistent 2022-07-04 12:28:37 +02:00
output.fqtest cli: more jq compat 2021-09-12 13:08:55 +02:00
paste.fqtest interp: Add paste function to allow pasting text into REPL etc 2022-02-11 17:59:06 +01:00
raw.fqtest interp: Refactor dump and revert #259 for now 2022-05-20 12:38:43 +02:00
repl.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
slurp.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
string_input.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
test.mp3 Init 2021-09-12 13:08:42 +02:00
torepr.fqtest decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
tovalue.fqtest interp: Add missing default opts for tovalue 2022-02-07 17:11:51 +01:00
value_array.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_boolean.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_json_array.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_json_object.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_null.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_number.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_object.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_string.fqtest gojq: Preserve keys order for to_entries when used with JQValue 2022-07-26 15:55:58 +02:00
value_t.fqtest.tmpl gojq: Initial update support 2021-09-12 13:08:50 +02:00
value_t.fqtest.tmpl.sh gojq: Initial update support 2021-09-12 13:08:50 +02:00
value.fqtest fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
version.fqtest fq: Add arch and os to --version 2022-01-26 18:09:59 +01:00