diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-20 17:32:42 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-20 17:32:42 +0100 |
commit | c63956b8ec1036582a58587ef928555b25027657 (patch) | |
tree | b3f14494fabb1e23978ad3ec70f6f2bb4c8be2c9 /docs/Changelog.md | |
parent | 69657972866f43276d0786b7b7365687d409779b (diff) | |
parent | 5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76 (diff) | |
download | afl++-c63956b8ec1036582a58587ef928555b25027657.tar.gz |
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 3eb5d329..ece2c4b5 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -31,6 +31,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. runtime - LTO collision free instrumented added in llvm_mode with afl-clang-lto - note that this mode is amazing, but quite some targets won't compile + - Added llvm_mode NGRAM prev_loc coverage by Adrean Herrera + (https://github.com/adrianherrera/afl-ngram-pass/), activate by setting + AFL_LLVM_NGRAM_SIZE - llvm_mode InsTrim mode: - removed workaround for bug where paths were not instrumented and imported fix by author |