diff options
author | van Hauser <vh@thc.org> | 2023-08-23 15:36:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 15:36:08 +0000 |
commit | 6ae779bc7324f084bfee1e97dbc7b9aa4911af08 (patch) | |
tree | 2795024b2c118d053637aa1cca8f7e583615b9cd /docs/Changelog.md | |
parent | b397bdc3d976921a9b936f21273adc3a1bf9d4f4 (diff) | |
parent | 19d0c6a4c5015368ff610418994b2dc8f3f66117 (diff) | |
download | afl++-6ae779bc7324f084bfee1e97dbc7b9aa4911af08.tar.gz |
Merge pull request #1842 from AFLplusplus/dev
afl-whatsup startup detection
Diffstat (limited to 'docs/Changelog.md')
-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 fa9099c0..961b2940 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,6 +8,7 @@ - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) before terminating. - afl-whatsup: + - detect instanced that are starting up and show them as such as not dead - now also shows coverage reached - option -m shows only very relevant stats - option -n will not use color in the output |