diff options
author | van Hauser <vh@thc.org> | 2020-09-05 15:49:10 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-05 15:49:10 +0200 |
commit | 250892228888277262958d1b01b005e14440274e (patch) | |
tree | 1cb4f890b706af58bd4fe7439a69ee3b73095276 /docs/Changelog.md | |
parent | 39c020ec747a21fd4728f363fef63a75973aa646 (diff) | |
download | afl++-250892228888277262958d1b01b005e14440274e.tar.gz |
cmp dict for LTO
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9de03e78..f86c0b61 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,9 +18,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - allow up to 4 -x command line options - loaded extras now have a duplicate protection - instrumentation + - 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 - - not overriding -Ox or -fno-unroll-loops anymore + - LTO autodict now also collects interesting cmp comparisons ### Version ++2.68c (release) |