diff options
author | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
---|---|---|
committer | Khaled Yakdan <yakdan@code-intelligence.de> | 2019-09-04 23:20:18 +0200 |
commit | b31dff6beec6a7aa17da6f7f8a2eef198c263ccc (patch) | |
tree | c039aeed3572b171c2b7108cd650a0ee53c1b0f6 /docs/status_screen.txt | |
parent | 1b3f9713309d27c49b153f9b3af12d208076e93c (diff) | |
parent | abf61ecc8f1b4ea3de59f818d859139637b29f32 (diff) | |
download | afl++-b31dff6beec6a7aa17da6f7f8a2eef198c263ccc.tar.gz |
Merge branch 'master-upstream' into custom_mutator_docs
# Conflicts: # afl-fuzz.c
Diffstat (limited to 'docs/status_screen.txt')
-rw-r--r-- | docs/status_screen.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/status_screen.txt b/docs/status_screen.txt index 37a39a99..c6f9f791 100644 --- a/docs/status_screen.txt +++ b/docs/status_screen.txt @@ -407,6 +407,9 @@ directory. This includes: - variable_paths - number of test cases showing variable behavior - unique_crashes - number of unique crashes recorded - unique_hangs - number of unique hangs encountered + - command_line - full command line used for the fuzzing session + - slowest_exec_ms- real time of the slowest execution in seconds + - peak_rss_mb - max rss usage reached during fuzzing in MB Most of these map directly to the UI elements discussed earlier on. |