diff options
author | van Hauser <vh@thc.org> | 2020-12-23 14:58:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-23 14:58:52 +0100 |
commit | 7dc433a0c0efb236a2ab6fa4006a91aa02e26779 (patch) | |
tree | b0a48cd22af9aaa9695b61d08499232dbe9f0f36 /docs/Changelog.md | |
parent | 1078409875cacc5626a3961e08cf67c68049d22a (diff) | |
parent | 8d10d12ab344bdf6dfe0478e927c92278b4aac78 (diff) | |
download | afl++-7dc433a0c0efb236a2ab6fa4006a91aa02e26779.tar.gz |
Merge pull request #637 from AFLplusplus/dev
minor push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d77c276b..cf9bfbe1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,22 @@ 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 ++3.01a (release) + - afl-fuzz + - fix crash for very, very fast targets+systems (thanks to mhlakhani + for reporting) + - switched to a faster RNG + - added hghwng's patch for faster trace map analysis + - afl-cc + - allow instrumenting LLVMFuzzerTestOneInput + - fixed endless loop for allow/blocklist lines starting with a + comment (thanks to Zherya for reporting) + - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard + support (less performant than our own), GCC for old afl-gcc and + CLANG for old afl-clang + - added dummy Makefile to instrumentation/ + + ### Version ++3.00c (release) - llvm_mode/ and gcc_plugin/ moved to instrumentation/ - examples/ renamed to utils/ @@ -46,6 +62,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - somewhere we broke -n dumb fuzzing, fixed - added afl_custom_describe to the custom mutator API to allow for easy mutation reproduction on crashing inputs + - new env. var. AFL_NO_COLOR (or AFL_NO_COLOUR) to suppress colored + console output (when configured with USE_COLOR and not ALWAYS_COLORED) - instrumentation - We received an enhanced gcc_plugin module from AdaCore, thank you very much!! |