diff options
author | van Hauser <vh@thc.org> | 2019-08-27 16:22:25 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-08-27 16:22:25 +0200 |
commit | 10df5ad0ac3dcff705f6932487fecbdaf690e1f0 (patch) | |
tree | 11d0a61e40154a47f82fef29ebdb887424ad3d42 | |
parent | 7338568125f4a3831079550294275ef18b603ab2 (diff) | |
download | afl++-10df5ad0ac3dcff705f6932487fecbdaf690e1f0.tar.gz |
docu update
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | docs/ChangeLog | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md index 2bd31a54..14e1ae59 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,8 @@ Among others afl++ has, e.g. more performant llvm_mode, supporting llvm up to version 9, Qemu 3.1, more speed and crashfixes for Qemu, - laf-intel feature for Qemu (with libcompcov) and more. + laf-intel feature for Qemu (with libcompcov), better *BSD and Android + support and more. Additionally the following patches have been integrated: diff --git a/TODO b/TODO index 89e307cf..cb95f899 100644 --- a/TODO +++ b/TODO @@ -7,6 +7,8 @@ Roadmap 2.53d: afl-fuzz: - put mutator, scheduler, forkserver and input channels in individual files - reuse forkserver for showmap, afl-cmin, etc. + - custom mutator lib: example and readme + - env var to exclusively run the custom lib/py mutator gcc_plugin: - needs to be rewritten diff --git a/docs/ChangeLog b/docs/ChangeLog index dfebb68a..6d56d314 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -18,6 +18,7 @@ Version ++2.53d (dev): ---------------------- - llvm 9 is now supported (still needs testing) + - Android is now supported (thank to JoeyJiao!) - still need to modify the Makefile though - fix building qemu on some Ubuntus (thanks to floyd!) - custom mutator by a loaded library is now supported (thanks to kyakdan!) - fix for a few features to support different map sized than 2^16 |