diff options
author | hexcoder- <heiko@hexco.de> | 2020-03-21 10:36:18 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-03-21 10:36:18 +0100 |
commit | 993bf03af90bca5e155251df271d536d5eb1d215 (patch) | |
tree | 31d3f8fecc1296b1ece35005ff9c155590243269 /docs/Changelog.md | |
parent | 2508008b53b3e3a891a3d4ba4d73d554a91e5c16 (diff) | |
parent | a0012c9e824e4709bcc5c241424efb1821a897aa (diff) | |
download | afl++-993bf03af90bca5e155251df271d536d5eb1d215.tar.gz |
Merge branch 'dev' of https://github.com/AFLplusplus/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 |