diff options
author | van Hauser <vh@thc.org> | 2020-10-31 14:18:58 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-10-31 14:18:58 +0100 |
commit | f810639ab188bf3bbd27fe58fb0b0bb2fe4fbdf0 (patch) | |
tree | 83bbbfe5bd094acfe17d6c6b77afc6b6aee8d9a4 /docs/Changelog.md | |
parent | dfb847a51bb3dbcbe6237e92fa385b8c6c6c417c (diff) | |
download | afl++-f810639ab188bf3bbd27fe58fb0b0bb2fe4fbdf0.tar.gz |
add our own inline trace-pc-guard
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 f8f15fc8..798a056f 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -40,6 +40,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - We received an enhanced gcc_plugin module from AdaCore, thank you very much!! - not overriding -Ox or -fno-unroll-loops anymore + - we now have our own trace-pc-guard implementation. It is the same as + -fsanitize-coverage=trace-pc-guard from llvm 12, but: it is a) inline + and b) works from llvm 10+ on :) - new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz -x dictionary of string comparisons found during compilation - LTO autodict now also collects interesting cmp comparisons, |