mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 10:08:07 +00:00
update todo
This commit is contained in:
6
TODO.md
6
TODO.md
@ -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 :-(
|
|
||||||
|
Reference in New Issue
Block a user