about summary refs log tree commit diff
path: root/TODO
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-26 14:19:04 +0200
committervan Hauser <vh@thc.org>2019-07-26 14:19:04 +0200
commitf97409dd2dac4836245dfddf2e9890fa6c4b8498 (patch)
treea3ce41e072f9f6ba2ce5b2dca6ffd0029373c5b2 /TODO
parentc384367f171501b909e6bbfdb437cf6237944ae1 (diff)
downloadafl++-2.53c.tar.gz
v2.53c 2.53c
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 2 insertions, 9 deletions
diff --git a/TODO b/TODO
index a56bb506..3d1e444d 100644
--- a/TODO
+++ b/TODO
@@ -2,21 +2,14 @@ Roadmap 2.53d:
 ==============
  - indent all the code: clang-format -style=Google
 
- - README.md
-
  - update docs/sister_projects.txt
 
- - better defaults:
-   * laf-intel activated, needs deactiatation
-   * fast mode schedule
-   * MOpt with -L 30
-   * ... ?
-
 afl-fuzz:
  - put mutator, scheduler, forkserver and input channels in individual files
  - reuse forkserver for showmap, afl-cmin, etc.
 
 gcc_plugin:
+ - needs to be rewritten
  - fix crashes when compiling :(
  - whitelist support
  - skip over uninteresting blocks
@@ -32,7 +25,7 @@ unit testing / or large testcase campaign
 Roadmap 2.54d:
 ==============
  - expand MAP size to 256k (current L2 cache size on processors)
-   -> 18 bit size map
+   -> 18 bit map
  - llvm_mode: dynamic map size and collission free basic block IDs
 
 qemu_mode: