diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-12 09:16:59 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-12 09:17:07 +0200 |
commit | 0c9b460cc46aebfa4eb6e1fbe928895c0a8fcfbd (patch) | |
tree | 9962b54d222e7feabcf5b440a2a6271c7477427c /docs/Changelog.md | |
parent | e68d57feecd25a9698bc4df0c9b38274a7d4ebbe (diff) | |
download | afl++-0c9b460cc46aebfa4eb6e1fbe928895c0a8fcfbd.tar.gz |
MONOTONIC
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 1590b2df..caad513c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,6 +4,10 @@ release of the tool. See README.md for the general instruction manual. ### Version ++4.22a (dev) + - afl-fuzz: + - the reason for the regression in 4.20c has been found, COARSE timing + is measuring too broad for our purpose, MONOTONIC is fine and better + than gettimeofday() so switching to this - frida_mode: - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just a function entry |