diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-26 01:12:04 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-26 01:12:10 +0200 |
commit | af47531745ccdc61b5966f213f6cd6cd9030cc2f (patch) | |
tree | ae3754474c4772804ef77b280b04410c2606e32d /docs | |
parent | e80bd2d30cdfbaa2fca48f7ee96ca114ddb7d74a (diff) | |
download | afl++-af47531745ccdc61b5966f213f6cd6cd9030cc2f.tar.gz |
improved seed selection algorithm
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c6266e86..09ea8cb6 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -10,6 +10,7 @@ then a dump will be loaded and the calibration phase skipped. to disable this feature set `AFL_NO_FASTRESUME=1` zlib compression is used if zlib is found at compile time + - improved seed selection algorithm - frida_mode: - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just a function entry |