diff options
author | van Hauser <vh@thc.org> | 2020-09-05 17:40:39 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-05 17:40:39 +0200 |
commit | 163e5ffd10936e6e119f643495129ab05fa3e5ec (patch) | |
tree | de4fb80ed72244b7a9be1968c724c6ccd8c65db4 /docs/Changelog.md | |
parent | ded4d093ff59b4459b04aaae9b3b7bbcdaadcdef (diff) | |
download | afl++-163e5ffd10936e6e119f643495129ab05fa3e5ec.tar.gz |
-p seek is now the default
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index a3c05ed3..b4c575a6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -21,6 +21,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. supported size - longer seeds with the same trace information will now be ignored for fuzzing but still be used for splicing + - crashing seeds are now not prohibiting a run anymore but are + skipped. They are used for splicing though. + - set the default power schedule to the superiour "seek" schedule - instrumentation - not overriding -Ox or -fno-unroll-loops anymore - new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz |