diff options
author | vanhauser-thc <vh@thc.org> | 2020-09-05 13:18:28 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2020-09-05 13:18:28 +0200 |
commit | e30b2c6af6e369844c92c00a20ebdd53473a747c (patch) | |
tree | cc546af9c1fc321e32d5473f679e1c6a144cb62d /docs/Changelog.md | |
parent | 4b3ad5f037ee9a36aa057bf55a69acca1f573922 (diff) | |
download | afl++-e30b2c6af6e369844c92c00a20ebdd53473a747c.tar.gz |
final changes for pre-3.0
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6321aee4..9de03e78 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,20 @@ Want to stay in the loop on major new features? Join our mailing list by sending a mail to <afl-users+subscribe@googlegroups.com>. +### Version ++3.00a (develop) + - llvm_mode/ and gcc_plugin/ moved to instrumentation/ + - all compilers combined to afl-cc which emulates the previous ones + - afl-llvm/gcc-rt.o merged into afl-compiler-rt.o + - afl-fuzz + - reading testcases from -i now descends into subdirectories + - allow up to 4 -x command line options + - loaded extras now have a duplicate protection + - instrumentation + - 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 + + ### Version ++2.68c (release) - added the GSoC excellent afl++ grammar mutator by Shengtuo to our custom_mutators/ (see custom_mutators/README.md) - or get it here: |