aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-09 09:43:33 +0100
committervan Hauser <vh@thc.org>2020-02-09 09:43:33 +0100
commite2ef2428986f45add509a6402de76678ca75b5da (patch)
tree264023d6e4f59fe622e6705c45fe8368a753892a /docs
parent49acc388dd9d318cfe7aa7766be7eea0daf2cbf1 (diff)
downloadafl++-e2ef2428986f45add509a6402de76678ca75b5da.tar.gz
fuzzer_stat eps is now overall not current, clang-format fixed to v8
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md2
-rw-r--r--docs/status_screen.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 8b56603f..751b051a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -19,6 +19,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- CmpLog forkserver
- Redqueen input-2-state mutator (cmp instructions only ATM)
- all Python 2+3 versions supported now
+ - changed execs_per_sec in fuzzer_stats from "current" execs per second
+ (which is pointless) to total execs per second
- afl-clang-fast:
- show in the help output for which llvm version it was compiled for
- now does not need to be recompiled between trace-pc and pass
diff --git a/docs/status_screen.md b/docs/status_screen.md
index 1ea98415..066c2c07 100644
--- a/docs/status_screen.md
+++ b/docs/status_screen.md
@@ -377,7 +377,7 @@ directory. This includes:
- `fuzzer_pid` - PID of the fuzzer process
- `cycles_done` - queue cycles completed so far
- `execs_done` - number of execve() calls attempted
- - `execs_per_sec` - current number of execs per second
+ - `execs_per_sec` - overall number of execs per second
- `paths_total` - total number of entries in the queue
- `paths_found` - number of entries discovered through local fuzzing
- `paths_imported` - number of entries imported from other instances