diff options
author | vanhauser-thc <vh@thc.org> | 2022-11-18 12:23:18 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-11-18 12:23:18 +0100 |
commit | 26a5bd625ccbd8de4fbc9b5eea263d092bd405e5 (patch) | |
tree | 3f6a478030a7b3b80bb509a236468501275e7ee4 /docs/Changelog.md | |
parent | 170e8122aea53310079d4b09e04572ec010b477b (diff) | |
download | afl++-26a5bd625ccbd8de4fbc9b5eea263d092bd405e5.tar.gz |
write queue statistics
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 c5eb6be3..4df47645 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,6 +9,9 @@ send fuzz data to the target as you need, e.g. via IPC. - cmplog mode now has -l R option for random colorization, thanks to guyf2010 for the PR! + - queue statistics are written every 30 minutes to + out/NAME/queue_data - likely this will be moved to a debug flag + in the future. - afl-showmap/afl-cmin - -t none now translates to -t 120000 (120 seconds) - unicorn_mode updated |