diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-14 10:15:00 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-14 10:15:09 +0100 |
commit | 75ac9c013c6c39eeb3c3e826fa2d368fa09975a4 (patch) | |
tree | b464809ccf86b21e96013ae417ca2ce5d96c7c32 /docs/Changelog.md | |
parent | c6bad07d75aa36671ebc32a722566cb145414b08 (diff) | |
download | afl++-75ac9c013c6c39eeb3c3e826fa2d368fa09975a4.tar.gz |
better instrumentlist filename detection
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 00502efe..0253222b 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -51,6 +51,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - new cmplog mode (incompatible with older afl++ versions) - support llvm IR select instrumentation for default PCGUARD and LTO - fix for shared linking on MacOS + - better selective instrumentation AFL_LLVM_{ALLOW|DENY}LIST + on filename matching (requires llvm 11 or newer) - fixed a potential crash in targets for LAF string handling - added AFL_USE_TSAN thread sanitizer support - llvm and LTO mode modified to work with new llvm 14-dev (again. again.) |