R9295 / afl-fuzz

afl-fuzz, now in rust!
Apache License 2.0
0 stars 0 forks source link

fuzzer stats format #4

Closed R9295 closed 1 month ago

R9295 commented 2 months ago
start_time        : 1715784622
last_update       : 1715784631
run_time          : 8
fuzzer_pid        : 81539
cycles_done       : 72
cycles_wo_finds   : 71
time_wo_finds     : 8
execs_done        : 43759
execs_per_sec     : 4886.54
execs_ps_last_min : 0.00
corpus_count      : 4
corpus_favored    : 3
corpus_found      : 2
corpus_imported   : 0
corpus_variable   : 0
max_depth         : 3
cur_item          : 3
pending_favs      : 0
pending_total     : 0
stability         : 100.00%
bitmap_cvg        : 31.58%
saved_crashes     : 1
saved_hangs       : 0
last_find         : 1715784622
last_crash        : 1715784622
last_hang         : 0
execs_since_crash : 43229
exec_timeout      : 20
slowest_exec_ms   : 0
peak_rss_mb       : 3
cpu_affinity      : 0
edges_found       : 6
total_edges       : 19
var_byte_count    : 0
havoc_expansion   : 5
auto_dict_entries : 0
testcache_size    : 12
testcache_count   : 3
testcache_evict   : 0
afl_banner        : ./program.bin
afl_version       : ++4.10c
target_mode       : shmem_testcase default
command_line      : afl-fuzz -i ./test/corpus -o out ./program.bin
R9295 commented 2 months ago

Note: most of these are unavailable in non_instrumented mode. see: afl-fuzz.c 2513