diff --git a/2.63c.tar.gz b/2.63c.tar.gz deleted file mode 100644 index a7e57ca..0000000 --- a/2.63c.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c314899015620a9e57054f15f3fed29104c0f762098e30707267ef70be1add8 -size 1326005 diff --git a/2.64c.tar.gz b/2.64c.tar.gz new file mode 100644 index 0000000..f3c44b4 --- /dev/null +++ b/2.64c.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a395f4a55ebd682ec1c4575ea73103fa432c855601cfc4ce6b1855c9c19c35 +size 1325784 diff --git a/afl.changes b/afl.changes index efec388..46d50c3 100644 --- a/afl.changes +++ b/afl.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Apr 18 07:05:42 UTC 2020 - Marcus Meissner + +- updated to 2.64c + - llvm_mode LTO mode: + - now requires llvm11 - but compiles all targets! :) + - autodictionary feature added, enable with `AFL_LLVM_LTO_AUTODICTIONARY` + - variable map size usage + - afl-fuzz: + - variable map size support added (only LTO mode can use this) + - snapshot feature usage now visible in UI + - Now setting `-L -1` will enable MOpt in parallel to normal mutation. + 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 (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 + afl-fuzz (and afl-fuzz acts accordingly) + - new environment variable: AFL_MAP_SIZE to specify the size of the shared map + - 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 + - more refactoring + ------------------------------------------------------------------- Sun Apr 12 11:04:35 UTC 2020 - Marcus Meissner diff --git a/afl.spec b/afl.spec index 90b270b..c56ec6d 100644 --- a/afl.spec +++ b/afl.spec @@ -17,7 +17,7 @@ Name: afl -Version: 2.63c +Version: 2.64c Release: 0 Summary: American fuzzy lop is a security-oriented fuzzer License: Apache-2.0