diff options
author | vanhauser-thc <vh@thc.org> | 2021-11-10 12:49:57 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-11-10 12:49:57 +0100 |
commit | 533e979010ca338df6fc415d87668f8187752915 (patch) | |
tree | 234eaaa11ff594cb8965c56dd553652983a2ad7f | |
parent | b47344e8f7b92c2501262e132b8459f01e89147e (diff) | |
download | afl++-533e979010ca338df6fc415d87668f8187752915.tar.gz |
update qemuafl, update changelog
-rw-r--r-- | docs/Changelog.md | 17 | ||||
-rw-r--r-- | qemu_mode/QEMUAFL_VERSION | 2 | ||||
m--------- | qemu_mode/qemuafl | 0 |
3 files changed, 12 insertions, 7 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2c72b5f2..6a9c895c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,25 +9,31 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++3.15a (dev) + - documentation restructuring, made possible by Google Season of Docs :) - afl-fuzz: + - cmplog binaries will need to be recompiled for this version + (it is better!) + - fix a regression introduced in 3.10 that resulted in less + coverage being detected. thanks to Collin May for reporting! - added AFL_IGNORE_PROBLEMS plus checks to identify and abort on incorrect LTO usage setups and enhanced the READMEs for better information on how to deal with instrumenting libraries - - fix a regression introduced in 3.10 that resulted in less - coverage being detected. thanks to Collin May for reporting! - fix -n dumb mode (nobody should use this) - fix stability issue with LTO and cmplog - better banner - more effective cmplog mode - more often update the UI when in input2stage mode - - frida_mode: David Carlier added Android support :) + - frida_mode: + - better performance, bug fixes + - David Carlier added Android support :) - afl-showmap, afl-tmin and afl-analyze: - - honor persistent mode for more speed. thanks to dloffre-snl for - reporting! + - honor persistent mode for more speed. thanks to dloffre-snl + for reporting! - fix bug where targets are not killed on timeouts - Prevent accidently killing non-afl/fuzz services when aborting afl-showmap and other tools. - afl-cc: + - new cmplog mode (incompatible with older afl++ versions) - support llvm IR select instrumentation for default PCGUARD and LTO - fix for shared linking on MacOS - added AFL_USE_TSAN thread sanitizer support @@ -45,7 +51,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added uninstall target to makefile (todo: update new readme!) - removed indirections in rust callbacks for unicornafl - ### Version ++3.14c (release) - afl-fuzz: - fix -F when a '/' was part of the parameter diff --git a/qemu_mode/QEMUAFL_VERSION b/qemu_mode/QEMUAFL_VERSION index 5d6b5276..680c04d6 100644 --- a/qemu_mode/QEMUAFL_VERSION +++ b/qemu_mode/QEMUAFL_VERSION @@ -1 +1 @@ -eb765dd8a606c12c7d43bb2748461c7f13ab0367 +002e473939 diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl -Subproject eb765dd8a606c12c7d43bb2748461c7f13ab036 +Subproject 002e473939a350854d56f67ce7b2e2d9706b8bc |