diff options
author | van Hauser <vh@thc.org> | 2019-06-27 18:02:29 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-06-27 18:02:29 +0200 |
commit | 0cd7a3d21601333be4e286c5b43a5d57c5422524 (patch) | |
tree | 9ccda7bf7ec6eed9f411dc0dff806b2651ac2d43 /docs | |
parent | f07d49e877d20e8ae52370fc7b9860744cfba214 (diff) | |
download | afl++-0cd7a3d21601333be4e286c5b43a5d57c5422524.tar.gz |
afl-tmin forkserver patch
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 7 | ||||
-rw-r--r-- | docs/PATCHES | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index abb5fd46..0d730118 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -17,13 +17,16 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. Version ++2.52d (tbd): ----------------------------- - - more power to afl-system-config :) + - more cpu power for afl-system-config + - added forkserver patch to afl-tmin, makes it much faster (originally from + github.com/nccgroup/TriforceAFL) - added whitelist support for llvm_mode via AFL_LLVM_WHITELIST to allow only to instrument what is actually interesting. Gives more speed and less map pollution (originally by choller@mozilla) - added Python Module mutator support, python2.7-dev is autodetected. see docs/python_mutators.txt (originally by choller@mozilla) - - added AFL_CAL_FAST for slow applications and AFL_DEBUG_CHILD_OUTPUT for debugging + - added AFL_CAL_FAST for slow applications and AFL_DEBUG_CHILD_OUTPUT for + debugging - added a -s seed switch to allow afl run with a fixed initial seed that is not updated. this is good for performance and path discovery tests as the random numbers are deterministic then diff --git a/docs/PATCHES b/docs/PATCHES index c933e031..f61f8d24 100644 --- a/docs/PATCHES +++ b/docs/PATCHES @@ -21,6 +21,7 @@ afl-qemu-optimize-map.diff by mh(at)mh-sec(dot)de + Qemu 3.1 upgrade with enhancement patches (github.com/andreafioraldi/afl) + Python mutator modules support (github.com/choeller/afl) + Whitelisting in LLVM mode (github.com/choeller/afl) ++ forkserver patch for afl-tmin (github.com/nccgroup/TriforceAFL) NOT INSTALLED |