diff options
| author | van Hauser <vh@thc.org> | 2019-07-05 13:27:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-05 13:27:38 +0200 |
| commit | c0332ad98b84bad3798cbe23d36b07423f216479 (patch) | |
| tree | 8ef28842ef80063972b925faea1c3dd883d4eb3d /docs/ChangeLog | |
| parent | 7f6aaa53147afd4feb549214f49d0f5f69e4af6c (diff) | |
| parent | b57b2073acf85e985f513a12d8aae725f8942689 (diff) | |
| download | afl++-c0332ad98b84bad3798cbe23d36b07423f216479.tar.gz | |
Merge branch 'master' into neverZero_counters
Diffstat (limited to 'docs/ChangeLog')
| -rw-r--r-- | docs/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index a533de05..b8d0d7ac 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -19,15 +19,21 @@ Version ++2.52d (tbd): - added never zero counters for afl-gcc and optional (because of an optimization issue in llvm < 9) for llvm_mode (AFL_LLVM_NEVER_ZERO=1) + - 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 + - llvm_mode LAF_... env variables can now be specified as AFL_LLVM_LAF_... + that is longer but in line with other llvm specific env vars - ... your idea or patch? |
