1
1
mirror of https://github.com/wader/fq.git synced 2024-11-24 11:16:09 +03:00
fq/format
Mattias Wadman f66a359c39 elf: Use correct offset to dynamic linking string table
String table used for "needed" tags (the string seen with ldd etc) was using address as
offset which seem to work as it's usually the same as correct offset. But this is not true
for some ELFs. Then we have to look up offset by finding the section by address and then use
its offset for the string table. Hope this is the correct way.

Not sure how to produce a small test for this.
2022-06-30 23:30:56 +02:00
..
all doc: Correct bencode spec URL 2022-06-13 18:49:34 +02:00
ape fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
ar fq: Use go 1.18 2022-05-20 15:23:16 +02:00
asn1 interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
av1 fq: Use go 1.18 2022-05-20 15:23:16 +02:00
avro decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
bencode doc: Correct bencode spec URL 2022-06-13 18:49:34 +02:00
bson fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
bzip2 decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
cbor decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
dns fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
elf elf: Use correct offset to dynamic linking string table 2022-06-30 23:30:56 +02:00
flac decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
flv fq: Use go 1.18 2022-05-20 15:23:16 +02:00
gif decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
gzip decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
icc fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
id3 decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
inet decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
jpeg decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
json fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
macho fq: Use go 1.18 2022-05-20 15:23:16 +02:00
matroska matroska: Update ebml_matroska.xml and allow unknown ids 2022-06-06 21:43:42 +02:00
mp3 fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
mp4 decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
mpeg decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
msgpack fq: Use go 1.18 2022-05-20 15:23:16 +02:00
ogg decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
opus fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
pcap decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
png decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
protobuf fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
raw fq: Use go 1.18 2022-05-20 15:23:16 +02:00
registry registry: Move to pkg/registry, feels better 2021-11-18 01:22:21 +01:00
rtmp decode: Cleanup Try<f>/<f> pairs 2022-06-30 12:13:46 +02:00
tar fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
tiff interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
vorbis interp: Add to/from<encoding> for some common serialzations, encodings and hashes 2022-05-28 16:31:20 +02:00
vpx fq: Use go 1.18 2022-05-20 15:23:16 +02:00
wav fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
webp fqtest: Cleanup path usage 2022-05-21 20:03:25 +02:00
zip zip: Add uncompress=false test and some docs 2022-05-26 16:39:01 +02:00
format.go zip: s/Decompress/Uncompress/ 2022-05-26 19:36:06 +02:00
fqtest_test.go mod: Use proper path and dont use replace 2021-09-12 13:08:50 +02:00
fuzz_test.go fuzz: Include more testdata seed files 2022-02-22 01:04:58 +01:00
inet.go formats: Sym and field name cleanup to be more jq friendly 2022-04-05 13:59:57 +02:00
media.go wav,bencode,mpeg_ps_packet,id3v1: Random fixes 2022-05-05 19:45:05 +02:00
shared.go decode: Refactor scalar usage 2021-12-02 17:39:26 +01:00