diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-04 00:17:31 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-04 00:17:31 +0200 |
commit | b9851cdabecd7873f6e9a6c45c6b426ea63e7b9c (patch) | |
tree | d84166f1596e643a71f243111cb37c24a73776dc /docs/status_screen.md | |
parent | a9261c6d641f2d48053cb96c785e4e59bb0b0c50 (diff) | |
parent | 064131887b73f59b1512ab898d5fb3f7d3b700c4 (diff) | |
download | afl++-b9851cdabecd7873f6e9a6c45c6b426ea63e7b9c.tar.gz |
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
Diffstat (limited to 'docs/status_screen.md')
-rw-r--r-- | docs/status_screen.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/status_screen.md b/docs/status_screen.md index 8b3d5bda..a66558b9 100644 --- a/docs/status_screen.md +++ b/docs/status_screen.md @@ -400,6 +400,8 @@ directory. This includes: - `exec_timeout` - the -t command line value - `slowest_exec_ms` - real time of the slowest execution in ms - `peak_rss_mb` - max rss usage reached during fuzzing in MB + - `edges_found` - how many edges have been found + - `var_byte_count` - how many edges are non-deterministic - `afl_banner` - banner text (e.g. the target name) - `afl_version` - the version of afl used - `target_mode` - default, persistent, qemu, unicorn, dumb |