update todo

This commit is contained in:
van Hauser
2020-11-01 10:02:21 +01:00
parent 5ecc4ae0ab
commit a0c0cf9712

View File

@ -7,7 +7,6 @@
- afl-plot to support multiple plot_data - afl-plot to support multiple plot_data
- afl_custom_fuzz_splice_optin() - afl_custom_fuzz_splice_optin()
- intel-pt tracer - intel-pt tracer
- own sancov for llvm 12
## Further down the road ## Further down the road
@ -33,8 +32,3 @@ qemu_mode:
using cmplog or __sanitizer_cov_trace_cmp*. maybe we can deduct by follow using cmplog or __sanitizer_cov_trace_cmp*. maybe we can deduct by follow
up edge numbers that both following cmp paths have been found and then up edge numbers that both following cmp paths have been found and then
disable working on this edge id -> cmplog_intelligence branch disable working on this edge id -> cmplog_intelligence branch
- new tancov: use some lightweight taint analysis to see which parts of a
new queue entry is accessed and only fuzz these bytes - or better, only
fuzz those bytes that are newly in coverage compared to the queue entry
the new one is based on -> taint branch, not useful :-(