diff options
author | van Hauser <vh@thc.org> | 2019-07-23 17:04:04 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-23 17:04:04 +0200 |
commit | 3789a56225354b1ac13586dc4ef29c1c50fd4af1 (patch) | |
tree | 740b01588c6816468da0a5c603c962982235ac53 | |
parent | 0a2d9af2a169d02186c0bb3c82dd6b230557a89d (diff) | |
download | afl++-3789a56225354b1ac13586dc4ef29c1c50fd4af1.tar.gz |
updated changelog and readme
-rw-r--r-- | docs/ChangeLog | 3 | ||||
-rw-r--r-- | docs/README | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 120893d9..0b4927bc 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,6 +17,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. Version ++2.52d (tbd): ----------------------------- + - fix a crash in qemu_mode which also exists in stock afl + - added libcompcov, a laf-intel implementation for qemu! :) + see qemu_mode/libcompcov/README.libcompcov - afl-fuzz now displays the selected core in the status screen (blue {#}) - updated afl-fuzz and afl-system-config for new scaling governor location in modern kernels diff --git a/docs/README b/docs/README index b606f6cf..d0ffe369 100644 --- a/docs/README +++ b/docs/README @@ -12,7 +12,8 @@ american fuzzy lop plus plus Many improvements were made, e.g. more performant llvm_mode, supporting - llvm up to version 8, Qemu 3.1, more speed for Qemu, etc. + llvm up to version 8, Qemu 3.1, more speed and crashfixes for Qemu, + laf-intel feature for Qemu (with libcompcov) etc. Additionally AFLfast's power schedules by Marcel Boehme from https://github.com/mboehme/aflfast have been incorporated. |