diff options
author | van Hauser <vh@thc.org> | 2020-04-17 14:10:18 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 14:10:18 +0200 |
commit | c9605f22514181caf7823e382a94c2bcf59e5a95 (patch) | |
tree | 7815437f75d2603b7b15a9f09983dfea7db1468f | |
parent | 6ee11c2a6f96c083f78bce650fbae5730c8ef971 (diff) | |
download | afl++-c9605f22514181caf7823e382a94c2bcf59e5a95.tar.gz |
++2.64c
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9c563f7c..9d6b5f87 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,7 +9,7 @@ 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 ++2.63d (development): +### Version ++2.64c (release): - llvm_mode LTO mode: - now requires llvm11 - but compiles all targets! :) - autodictionary feature added, enable with `AFL_LLVM_LTO_AUTODICTIONARY` @@ -21,7 +21,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. Additionally, this allows to run dictionaries, radamsa and cmplog. - fix for cmplog/redqueen mode if stdin was used - fix for writing a better plot_data file - - qemu_mode: fix for persistent mode + - qemu_mode: fix for persistent mode (which would not terminate or get stuck) - compare-transform/AFL_LLVM_LAF_TRANSFORM_COMPARES now transforms also static global and local variable comparisons (cannot find all though) - extended forkserver: map_size and more information is communicated to @@ -30,8 +30,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - if AFL_CC/AFL_CXX is set but empty afl compilers did fail, fixed (this bug is in vanilla afl too) - added NO_PYTHON flag to disable python support when building afl-fuzz - - Bugfix: in persistent mode, fuzzing could get stuck after initial crash (#319) - - Bugfix: alf-plot output (#320) - more refactoring |