diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-18 12:57:51 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-18 12:57:51 +0100 |
commit | 69c9a176eb6ded2e7087ab437950a8ec324cdb1b (patch) | |
tree | ddf5a9183a5eb95b2c0b465d0d659c292f98cd7c /docs/Changelog.md | |
parent | bdfac291ba653b34a1d304d6135111d68b8d8267 (diff) | |
download | afl++-69c9a176eb6ded2e7087ab437950a8ec324cdb1b.tar.gz |
our own PCGUARD mode not for llvm 10.0.1
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d672686d..f47a9b7c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -27,6 +27,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ! llvm15-dev with LTO and extra features (LAF/CMPLOG etc.) might have issues at the moment - converted all passed to use the new llvm pass manager for llvm 11+ + - AFL++ PCGUARD mode is not available for 10.0.1 anymore (11+ only) - frida_mode: - update to new frida release, handles now c++ throw/catch |