diff options
author | van Hauser <vh@thc.org> | 2020-05-22 10:24:00 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-22 10:24:00 +0200 |
commit | 5d0bcf8152136df83337c8ae9808d2aacc1e6693 (patch) | |
tree | 452711f19937eeecf7d7a1260f3dcc554141dd62 /docs/Changelog.md | |
parent | 83007f77f52dc2a0a11d879db1651fb7c2c9491a (diff) | |
download | afl++-5d0bcf8152136df83337c8ae9808d2aacc1e6693.tar.gz |
switching llvm_mode default to pcguard
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2d01ce9a..8393a690 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -17,6 +17,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - If no master is present at a sync one slave automatically becomes a temporary master until a real master shows up - llvm_mode: + - the default instrumentation is now PCGUARD, as it is faster and provides + better coverage. The original afl instrumentation can be set via + AFL_LLVM_INSTRUMENT=AFL. This is automatically done when the WHITELIST + feature is used. - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which needs 3.8.0) - fixed afl-gcc/afl-as that could break on fast systems reusing pids in |