From 50c6031cc3350b3fea486774ddef89eaf2cab5c3 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 31 May 2022 09:24:28 +0200 Subject: remove optimin --- docs/Changelog.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Changelog.md') diff --git a/docs/Changelog.md b/docs/Changelog.md index b18bf30f..6269e3b1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -41,6 +41,9 @@ sending a mail to . - update to new frida release, handles now c++ throw/catch - unicorn_mode: - update unicorn engine, fix C example + - utils: + - removed optimin because it looses coverage due a bug and is + unmaintained :-( ### Version ++4.00c (release) -- cgit 1.4.1 From da1b0410984c244881d818239372ba7ac07e36c3 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Sun, 12 Jun 2022 08:24:32 +0200 Subject: update changelog --- docs/Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Changelog.md') diff --git a/docs/Changelog.md b/docs/Changelog.md index 6269e3b1..4091c5f9 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -28,6 +28,7 @@ sending a mail to . kept), unless AFL_KEEP_TIMEOUTS are set - AFL never implemented auto token inserts (but user token inserts, user token overwrite and auto token overwrite), added now! + - fixed for a mutation type in havoc mode - Mopt fix to always select the correct algorithm - fix effector map calculation (deterministic mode) - fix custom mutator post_process functionality -- cgit 1.4.1 From 80892b8fc597fcfa73bd9f105d3f0f4171a92c57 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Tue, 14 Jun 2022 14:57:31 +0200 Subject: typos --- docs/Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Changelog.md') diff --git a/docs/Changelog.md b/docs/Changelog.md index 4091c5f9..44939b16 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -28,7 +28,7 @@ sending a mail to . kept), unless AFL_KEEP_TIMEOUTS are set - AFL never implemented auto token inserts (but user token inserts, user token overwrite and auto token overwrite), added now! - - fixed for a mutation type in havoc mode + - fixed a mutation type in havoc mode - Mopt fix to always select the correct algorithm - fix effector map calculation (deterministic mode) - fix custom mutator post_process functionality @@ -43,7 +43,7 @@ sending a mail to . - unicorn_mode: - update unicorn engine, fix C example - utils: - - removed optimin because it looses coverage due a bug and is + - removed optimin because it looses coverage due to a bug and is unmaintained :-( -- cgit 1.4.1 From 88077d4136fe36942d28ba956aa8536feb717638 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 27 Jun 2022 08:44:35 +0200 Subject: prepare release --- README.md | 4 ++-- docs/Changelog.md | 6 ++++-- include/config.h | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'docs/Changelog.md') diff --git a/README.md b/README.md index e851359e..53b2b8d0 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ AFL++ logo -Release version: [4.00c](https://github.com/AFLplusplus/AFLplusplus/releases) +Release version: [4.01c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.01a +GitHub version: 4.02a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 44939b16..737df7fa 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,8 +8,8 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to . -### Version ++4.01a (dev) - - fix */build_...sh scripts to work outside of git +### Version ++4.01c (release) + - fixed */build_...sh scripts to work outside of git - new custom_mutator: libafl with token fuzzing :) - afl-fuzz: - when you just want to compile once and set CMPLOG, then just @@ -17,6 +17,8 @@ sending a mail to . CMPLOG. - new commandline options -g/G to set min/max length of generated fuzz inputs + - you can set the time for syncing to other fuzzer now with + AFL_SYNC_TIME - reintroduced AFL_PERSISTENT and AFL_DEFER_FORKSRV to allow persistent mode and manual forkserver support if these are not in the target binary (e.g. are in a shared library) diff --git a/include/config.h b/include/config.h index 9fc92b06..aefea9cd 100644 --- a/include/config.h +++ b/include/config.h @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++4.01a" +#define VERSION "++4.01c" /****************************************************** * * -- cgit 1.4.1