diff options
author | vanhauser-thc <vh@thc.org> | 2024-06-13 09:18:44 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-06-13 09:19:11 +0200 |
commit | e7da8b9d6bf20b1cac960b1eccf3beac3fbf7901 (patch) | |
tree | 619b14542f1f9495360b024492898d6f6b819f92 /docs/Changelog.md | |
parent | c134df30db49bcabfd9de0ab9675e066a491c942 (diff) | |
download | afl++-e7da8b9d6bf20b1cac960b1eccf3beac3fbf7901.tar.gz |
Revert "MONOTONIC"
This reverts commit 0c9b460cc46aebfa4eb6e1fbe928895c0a8fcfbd.
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index caad513c..1590b2df 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,10 +4,6 @@ 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 |