diff options
| author | van Hauser <vh@thc.org> | 2019-06-03 14:04:44 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2019-06-03 14:04:44 +0200 |
| commit | 22418f238d57c526d9d8509308a956e2b23537c2 (patch) | |
| tree | 8f301a23563266629396a395fdc0e69ffeb17b30 /docs | |
| parent | 14bfde3f78ab7efdea0d72dc731a39e2e47bb2c3 (diff) | |
| download | afl++-22418f238d57c526d9d8509308a956e2b23537c2.tar.gz | |
qemu 3.1 support added
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ChangeLog | 2 | ||||
| -rw-r--r-- | docs/README | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 0393e8c3..28042a47 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -28,6 +28,8 @@ Version ++2.52c (2019-05-28): you use the new -p option :-) - see docs/power_schedules.txt - added afl-system-config script to set all system performance options for fuzzing - llvm_mode works with llvm 3.9 up to including 6.0.1 + - qemu_mode got upgraded from 2.1 to 3.1 - incorporated from + https://github.com/andreafioraldi/afl and with community patches added --------------------------- diff --git a/docs/README b/docs/README index 9279a361..784509c6 100644 --- a/docs/README +++ b/docs/README @@ -16,6 +16,10 @@ american fuzzy lop plus plus Additionally AFLfast's power schedules by Marcel Boehme from github.com/mboehme/aflfast have been incorporated. + Plus it was upgraded to qemu 3.1 from 2.1 with the work of + https://github.com/andreafioraldi/afl and got the community patches applied + to it. + So all in all this is the best-of AFL that is currently out there :-) |
