diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 15:35:06 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 15:35:06 +0100 |
commit | 0029c1a83ef03825c2d19c73151189f159458496 (patch) | |
tree | 6a21d22eaa597b57636b01feec76b8bc23c5d3c4 /docs/Changelog.md | |
parent | 447d232caf9fcd9e6e40c24d17000ff9b98ab693 (diff) | |
download | afl++-0029c1a83ef03825c2d19c73151189f159458496.tar.gz |
remove InsTrim
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 87ac858e..730791da 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. to allow replay of non-reproducable crashes, see AFL_PERSISTENT_RECORD in config.h and docs/envs.h - default cmplog level (-l) is now 2, better efficiency. + - afl-cc: + - Removed InsTrim instrumentation as it is not as good as PCGUARD ### Version ++3.12c (release) - afl-fuzz: |