diff options
author | van Hauser <vh@thc.org> | 2020-03-20 17:10:44 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-20 17:10:44 +0100 |
commit | 5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76 (patch) | |
tree | 364205f5e22d90706f5ca6e9cc625d3903e19033 /docs/Changelog.md | |
parent | f21ff8bac85449728e0ef267afa065b7622ea70f (diff) | |
download | afl++-5a74cffa0f22b4e3b3dbc829dfb1c8f7c7a6fb76.tar.gz |
added llvm_mode ngram coverage
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 |