about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-01 10:02:21 +0100
committervan Hauser <vh@thc.org>2020-11-01 10:02:21 +0100
commita0c0cf97129cc42b98c3ac65aeb9c2ca81db899f (patch)
treed0698ee26c3343da8a626d7c9423c256f0895fc0
parent5ecc4ae0ab8af9def83e10c7b5df4cbe1dff997c (diff)
downloadafl++-a0c0cf97129cc42b98c3ac65aeb9c2ca81db899f.tar.gz
update todo
-rw-r--r--TODO.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO.md b/TODO.md
index 7e203d26..890a481a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,7 +7,6 @@
  - afl-plot to support multiple plot_data
  - afl_custom_fuzz_splice_optin()
  - intel-pt tracer
- - own sancov for llvm 12
 
 ## Further down the road
 
@@ -33,8 +32,3 @@ qemu_mode:
    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
    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 :-(