diff --git a/README.md b/README.md index 216fea95a9107aef1b151393d7b020a570cbf2b9..253275e22ad1f09760b95a9c1ca76bec3127fb71 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@  - Release Version: [2.64c](https://github.com/AFLplusplus/AFLplusplus/releases) + Release Version: [2.65c](https://github.com/AFLplusplus/AFLplusplus/releases) - Github Version: 2.64d + Github Version: 2.65d includes all necessary/interesting changes from Google's afl 2.56b diff --git a/TODO.md b/TODO.md index dd88dcc23ea7f231c0baa7320e669c3b9e2301f8..d084f6e899bc4205351612459720fb173d1c5fce 100644 --- a/TODO.md +++ b/TODO.md @@ -2,17 +2,17 @@ ## Roadmap 2.65+ - - InsTrim mode for LTO solution + - sync_fuzzers(): only masters sync from all, slaves only sync from master + (@andrea: be careful, often people run all slaves) - AFL_MAP_SIZE for qemu_mode and unicorn_mode - random crc32 HASH_CONST per run? because with 65536 paths we have collisions - namespace for targets? e.g. network - libradamsa as a custom module? + - focal for travis ## Further down the road afl-fuzz: - - sync_fuzzers(): only masters sync from all, slaves only sync from master - (@andrea: be careful, often people run all slaves) - ascii_only mode for mutation output - or use a custom mutator for this? - setting min_len/max_len/start_offset/end_offset limits for mutation output diff --git a/docs/Changelog.md b/docs/Changelog.md index f3e8dcb32033ed1bc5b7c06ddc03a33afa7e0c57..ef5759c8f379bd2982c2ae7a1f9506646e34ab98 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.64d (develop): +### Version ++2.65c (release): - afl-fuzz: - AFL_MAP_SIZE was not working correctly - better python detection diff --git a/include/config.h b/include/config.h index ff7bc788e468627438783c0fb4f4df54eeb91a71..cd6ff6419f69363513ab6963880c45a660fd5e62 100644 --- a/include/config.h +++ b/include/config.h @@ -28,7 +28,7 @@ /* Version string: */ // c = release, d = volatile github dev, e = experimental branch -#define VERSION "++2.64d" +#define VERSION "++2.65c" /****************************************************** * *