diff options
author | van Hauser <vh@thc.org> | 2020-03-20 08:54:09 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-20 08:54:09 +0100 |
commit | 29853549c3c12b4ebd4c2af4f0d728a13f30a727 (patch) | |
tree | d35e7d17a8156e0a206c19c8052c3db2a068b76e /docs/Changelog.md | |
parent | d0b5cd64c3edd790c1405f0a2105033cf52f7c14 (diff) | |
download | afl++-29853549c3c12b4ebd4c2af4f0d728a13f30a727.tar.gz |
add RARE schedule. also fixes doc_path
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 1fb78625..3eb5d329 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -24,10 +24,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - python mutator modules and custom mutator modules now use the same interface and hence the API changed - AFL_AUTORESUME will resume execution without the need to specify `-i -` - - added experimental power schedule -p mmopt that ignores the runtime of - queue entries and gives higher weighting to the last 5 queue entries - it is currently experimental and subject to change but preliminary - results are good + - added experimental power schedules (-p): + - mmopt: ignores runtime of queue entries, gives higher weighting to + the last 5 queue entries + - rare: puts focus on queue entries that hits rare branches, also ignores + runtime - LTO collision free instrumented added in llvm_mode with afl-clang-lto - note that this mode is amazing, but quite some targets won't compile - llvm_mode InsTrim mode: |