mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-18 04:38:09 +00:00
initial public release
This commit is contained in:
28
src/agent/onefuzz-agent/data/afl-fuzzer_stats.txt
Normal file
28
src/agent/onefuzz-agent/data/afl-fuzzer_stats.txt
Normal file
@ -0,0 +1,28 @@
|
||||
start_time : 1587433304
|
||||
last_update : 1587433306
|
||||
fuzzer_pid : 26515
|
||||
cycles_done : 8
|
||||
execs_done : 13655
|
||||
execs_per_sec : 2666.67
|
||||
paths_total : 2
|
||||
paths_favored : 2
|
||||
paths_found : 1
|
||||
paths_imported : 0
|
||||
max_depth : 2
|
||||
cur_path : 0
|
||||
pending_favs : 0
|
||||
pending_total : 0
|
||||
variable_paths : 0
|
||||
stability : 100.00%
|
||||
bitmap_cvg : 0.01%
|
||||
unique_crashes : 0
|
||||
unique_hangs : 0
|
||||
last_path : 1587433304
|
||||
last_crash : 0
|
||||
last_hang : 0
|
||||
execs_since_crash : 13655
|
||||
exec_timeout : 20
|
||||
afl_banner : fuzz.exe
|
||||
afl_version : 2.52b
|
||||
target_mode : default
|
||||
command_line : afl-fuzz -i inputs -o OUT -- /home/bcaswell/projects/onefuzz/samples/afl-clang/fuzz.exe
|
Reference in New Issue
Block a user