diff options
author | van Hauser <vh@thc.org> | 2020-01-07 14:29:31 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-01-07 14:29:31 +0100 |
commit | 48171dc4ada1938b7286dee324732325a3f1b6c3 (patch) | |
tree | f9f30664c36e927c89dfcf7c216f38d8e849d3e9 | |
parent | da42afe32f8772dab8b374907fe7281565e8bce5 (diff) | |
download | afl++-48171dc4ada1938b7286dee324732325a3f1b6c3.tar.gz |
update todo
-rw-r--r-- | TODO | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/TODO b/TODO index b1a96569..4e602592 100644 --- a/TODO +++ b/TODO @@ -1,15 +1,13 @@ -Roadmap 2.60: -============= +Roadmap 2.61+: +============== -afl-fuzz: - - radamsa mutator (via dlopen()) +llvm_mode: + - hard-code the clang/clang++ with -D from the Makefile via llvm-config values gcc_plugin: - laf-intel - -libdislocator: - - add a wrapper for posix_memalign + - better instrumentation qemu_mode: - update to 4.x (probably this will be skipped :( ) @@ -20,8 +18,6 @@ qemu_mode: custom_mutators: - rip what Superion is doing into custom mutators for js, php, etc. -enhance test/test.sh script for checking if compcov features are working -correctly (especially float splitting) The far away future: |