mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
8e0dde03d0
This will allow passing both cli options and format options to sub decoder. Ex: pass keylog option to a tls decoder when decoding a pcap. Ex: pass decode options to a format inside a http body inside a pcap. Add ArgAs method to lookup argument based on type. This also makes the format decode function have same signature as sub decoders in the decode API. This change decode.Format a bit: DecodeFn is now just func(d *D) any DecodeInArg renamed to DefaultInArg |
||
---|---|---|
.. | ||
abstract.txt | ||
avc_sps_hdr_params.go | ||
avc_sps_hdr_params.png | ||
file.mp3 | ||
file.png | ||
formats.svg | ||
fq-bts2022-v1.pdf | ||
fq.slide | ||
fqscript | ||
fqscriptout | ||
jq1 | ||
jq2 | ||
jq3 | ||
jq4 | ||
mp3.go | ||
README.md | ||
style.html | ||
usage.sh | ||
usage.svg |
fq presentation from Binary Tools Summit 2022 https://binary-tools.net/
Will update with link to recording when availabe.
Was done at the time of ~fq 0.0.5, things might have changed since.
How to build:
go install golang.org/x/tools/cmd/present
present -notes -content doc/presentations/bts2022 -base ~/go/pkg/mod/golang.org/x/tools@v0.1.9/cmd/present
./usage.sh | ansisvg > usage.svg
Export to PDF via browser.