diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-22 09:24:36 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-22 09:24:36 +0100 |
commit | 72a70423c2667f7ec9cd6b1ce1645fb9a20e81f1 (patch) | |
tree | 5c2aee12f9047822c50de34d98a41d703fafed9b /docs/Changelog.md | |
parent | 84534ae2e8fa68e40a03f3ed483666679b8aa20a (diff) | |
download | afl++-72a70423c2667f7ec9cd6b1ce1645fb9a20e81f1.tar.gz |
show afl-cc NATIVE when auto used
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index ab0312f8..643a959c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,11 +12,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - afl-fuzz: - added AFL_TARGET_ENV variable to pass extra env vars to the target (for things like LD_LIBRARY_PATH) - - better map detection, AFL_MAP_SIZE not needed anymore for most cases + - fix map detection, AFL_MAP_SIZE not needed anymore for most cases - afl-cc: - fix cmplog rtn (rare crash and not being able to gather ptr data) - link runtime not to shared libs - ensure shared libraries are properly built and instrumented + - show correct LLVM PCGUARD NATIVE mode when auto switching to it + and keep fsanitize-coverage-*list=... - qemu_mode (thanks @realmadsci): - move AFL_PRELOAD and AFL_USE_QASAN logic inside afl-qemu-trace - add AFL_QEMU_CUSTOM_BIN |