diff options
author | van Hauser <vh@thc.org> | 2020-12-10 17:25:22 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-10 17:25:22 +0100 |
commit | 161c80014ec11e8ae4338da34428c20dcbe03962 (patch) | |
tree | edbce12f99291a82f79291894b2da813275d35b0 /docs | |
parent | af403e5872f9ed640e3148105b6731c9a8f48225 (diff) | |
download | afl++-161c80014ec11e8ae4338da34428c20dcbe03962.tar.gz |
change search order for afl-showmin in afl-cmin*
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 1a47d18f..5094769d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -64,6 +64,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added INTROSPECTION support for custom modules - python fuzz function was not optional, fixed - some python mutator speed improvements + - afl-cmin/afl-cmin.bash now search first in PATH and last in AFL_PATH - unicornafl synced with upstream version 1.02 (fixes, better rust bindings) - renamed AFL_DEBUG_CHILD_OUTPUT to AFL_DEBUG_CHILD - added AFL_CRASH_EXITCODE env variable to treat a child exitcode as crash |