diff options
author | van Hauser <vh@thc.org> | 2020-04-17 19:25:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-17 19:25:34 +0200 |
commit | ddea300822e5628482366ecb38adac31717d69bc (patch) | |
tree | 113c1ba9df4b26d206a8bc0f3182222572e5f553 /TODO.md | |
parent | 504529c3aa5c80937f9f722f90d0ec55e09c6dd2 (diff) | |
parent | 9900c92ebc73a7706f4604c274ccf6430549e77e (diff) | |
download | afl++-2.64c.tar.gz |
Merge pull request #321 from AFLplusplus/dev 2.64c
Push for next release
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO.md b/TODO.md index c807d740..d31178c8 100644 --- a/TODO.md +++ b/TODO.md @@ -1,17 +1,12 @@ # TODO list for AFL++ -## Roadmap 2.63 +## Roadmap 2.65 - - complete custom_mutator API changes and documentation + - AFL_MAP_SIZE for afl-llvm-pass, qemu_mode and unicorn_mode - fix stability calculation bug - -## Roadmap 2.64 - - - context sensitive branch coverage in llvm_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? - - laf-intel build auto-dictionary? ## Further down the road |