diff options
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 :-) |