From 3562de440e53fca7109a314dcc7fe9ab07794e56 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 4 Aug 2022 18:46:29 +0100 Subject: Changes to add option for absolute coverage data --- include/envs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/envs.h b/include/envs.h index 853edbd9..52f2d09b 100644 --- a/include/envs.h +++ b/include/envs.h @@ -58,6 +58,7 @@ static char *afl_environment_variables[] = { "AFL_FRIDA_DRIVER_NO_HOOK", "AFL_FRIDA_EXCLUDE_RANGES", "AFL_FRIDA_INST_CACHE_SIZE", + "AFL_FRIDA_INST_COVERAGE_ABSOLUTE", "AFL_FRIDA_INST_COVERAGE_FILE", "AFL_FRIDA_INST_DEBUG_FILE", "AFL_FRIDA_INST_INSN", -- cgit 1.4.1 From 1f06b55a8b558bd8da0296134c29c21c4849a4bd Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Mon, 8 Aug 2022 15:26:56 +0200 Subject: 4.02c --- README.md | 4 ++-- docs/Changelog.md | 8 ++++---- include/config.h | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'include') diff --git a/README.md b/README.md index 53b2b8d0..921fc0c6 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ AFL++ logo -Release version: [4.01c](https://github.com/AFLplusplus/AFLplusplus/releases) +Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.02a +GitHub version: 4.02c Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 9ee1a7fc..957f6206 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,10 +8,7 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to . -### Version ++4.02a (dev) - - afl-fuzz: - - change post_process hook to allow returning NULL and 0 length to - tell afl-fuzz to skip this mutated input +### Version ++4.02c (release) - afl-cc: - important fix for the default pcguard mode when LLVM IR vector selects are produced, thanks to @juppytt for reporting! @@ -21,6 +18,9 @@ sending a mail to . - laf cmp splitting fixed for more comparison types - frida_mode: - now works on Android! + - afl-fuzz: + - change post_process hook to allow returning NULL and 0 length to + tell afl-fuzz to skip this mutated input ### Version ++4.01c (release) diff --git a/include/config.h b/include/config.h index 0ae6c271..d7a08428 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.02a" +#define VERSION "++4.02c" /****************************************************** * * -- cgit 1.4.1