diff options
author | van Hauser <vh@thc.org> | 2020-09-08 16:15:31 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-08 16:15:31 +0200 |
commit | c091340a85694c5de1125a93366f2733959487f5 (patch) | |
tree | 6ba1cd7d7d757d8681f3976f0d69af12ece584da /docs/Changelog.md | |
parent | 3890225c35413ca33a28495ce2f97b0256ad9791 (diff) | |
download | afl++-c091340a85694c5de1125a93366f2733959487f5.tar.gz |
new gcc_plugin integration
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 73613452..c42ab629 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -25,6 +25,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. skipped. They are used for splicing though. - set the default power schedule to the superiour "seek" schedule - instrumentation + - We received an enhanced gcc_plugin module from AdaCore, thank you + very much!! - not overriding -Ox or -fno-unroll-loops anymore - new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz -x dictionary of string comparisons found during compilation |