about summary refs log tree commit diff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index ffd6b5ad..703ba4ed 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,9 +1,11 @@
 # TODO list for AFL++
 
-## Roadmap 2.63
-
- - get "no global vars" working
+## Roadmap 2.64
 
+ - random crc32 HASH_CONST per run? because with 65536 paths we have collisions
+ - namespace for targets? e.g. network
+ - libradamsa as a custom module?
+ - fix stability calculation bug
 
 ## Further down the road
 
@@ -13,6 +15,11 @@ afl-fuzz:
  - ascii_only mode for mutation output
  - setting min_len/max_len/start_offset/end_offset limits for mutation output
 
+llvm_mode:
+ - added context sensitive branch coverage
+ - add CT cov and ngram cov to LTO and InsTrim
+ - better whitelist solution for LTO
+
 gcc_plugin:
  - laf-intel
  - better instrumentation (seems to be better with gcc-9+)