mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 19:08:08 +00:00
execs field in filenames
This commit is contained in:
@ -317,8 +317,9 @@ u8 *describe_op(afl_state_t *afl, u8 new_bits, size_t max_description_len) {
|
||||
|
||||
}
|
||||
|
||||
sprintf(ret + strlen(ret), ",time:%llu",
|
||||
get_cur_time() + afl->prev_run_time - afl->start_time);
|
||||
sprintf(ret + strlen(ret), ",time:%llu,execs:%llu",
|
||||
get_cur_time() + afl->prev_run_time - afl->start_time,
|
||||
afl->fsrv.total_execs);
|
||||
|
||||
if (afl->current_custom_fuzz &&
|
||||
afl->current_custom_fuzz->afl_custom_describe) {
|
||||
|
Reference in New Issue
Block a user