diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-06-25 17:13:16 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-06-25 17:13:16 +0200 |
| commit | 3a62bb68e0867ceb920761bc19c96f5ca1992003 (patch) | |
| tree | 2f403d0b9911002f4b5d8c2edd09a6b1117c93d1 /docs/Changelog.md | |
| parent | aad433e11efa4a8350a264313c66db8ef6d17088 (diff) | |
| parent | 8178f4dfddfb51f7a3e2f94e67bb9cf7332c7ef1 (diff) | |
| download | afl++-3a62bb68e0867ceb920761bc19c96f5ca1992003.tar.gz | |
updated unicornafl
Diffstat (limited to 'docs/Changelog.md')
| -rw-r--r-- | docs/Changelog.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ce6c9ed5..0a482614 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - -S secondary nodes now only sync from the main node to increase performance, the -M main node still syncs from everyone. Added checks that ensure exactly one main node is present and warn otherwise + - Add -D after -S to force a secondary to perform deterministic fuzzing - If no main node is present at a sync one secondary node automatically becomes a temporary main node until a real main nodes shows up - Fixed a mayor performance issue we inherited from AFLfast @@ -23,6 +24,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Ensure that the targets are killed on exit - fix/update to MOpt (thanks to arnow117) - added MOpt dictionary support from repo + - added experimental SEEK power schedule. It is EXPLORE with ignoring + the runtime and less focus on the length of the test case - llvm_mode: - the default instrumentation is now PCGUARD if the llvm version is >= 7, as it is faster and provides better coverage. The original afl @@ -44,7 +47,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Unicornafl - Added powerPC support from unicorn/next - rust bindings! - - Allow running in /tmp (only unsafe with umask 0) + - we moved radamsa to be a custom mutator in ./custom_mutators/. It is not + compiled by default anymore. + - allow running in /tmp (only unsafe with umask 0) - persistent mode shared memory testcase handover (instead of via files/stdin) - 10-100% performance increase - General support for 64 bit PowerPC, RiscV, Sparc etc. |
