about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-18 15:33:16 +0200
committervan Hauser <vh@thc.org>2020-06-18 15:33:16 +0200
commit5d3d86c6807a5cf64217182cfb31531d65be01b0 (patch)
tree6093f5a365ddd109fede86ef67f689333a05fd0d
parentd8d5adeb6181215271d5549a90797fe5abbbcf92 (diff)
downloadafl++-5d3d86c6807a5cf64217182cfb31531d65be01b0.tar.gz
update todo
-rw-r--r--TODO.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/TODO.md b/TODO.md
index b7d51369..dd80a08c 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,13 +3,10 @@
 ## Roadmap 2.65+
 
  - AFL_MAP_SIZE for qemu_mode and unicorn_mode
- - random crc32 HASH_CONST per run? because with 65536 paths we have collisions
  - namespace for targets? e.g. network
  - libradamsa as a custom module?
- - learn from honggfuzz
- - for persistent mode, have a functionality that transports the test case
-   via shared memory (and the int write to the FD from afl-fuzz is the size)
- - CPU affinity for many cores?
+ - learn from honggfuzz (mutations, maybe ptrace?)
+ - CPU affinity for many cores? There seems to be an issue > 96 cores
 
 ## Further down the road
 
@@ -17,10 +14,8 @@ afl-fuzz:
  - ascii_only mode for mutation output - or use a custom mutator for this?
  - setting min_len/max_len/start_offset/end_offset limits for mutation output
 
-llvm_mode:
- - better whitelist solution for LTO
-
 gcc_plugin:
+ - (wait for submission then decide)
  - laf-intel
  - better instrumentation (seems to be better with gcc-9+)