mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 13:23:44 +00:00
test case files with time information
This commit is contained in:
@ -3350,6 +3350,8 @@ static u8* describe_op(u8 hnb) {
|
||||
|
||||
sprintf(ret, "src:%06u", current_entry);
|
||||
|
||||
sprintf(ret + strlen(ret), ",time:%llu", get_cur_time() - start_time);
|
||||
|
||||
if (splicing_with >= 0)
|
||||
sprintf(ret + strlen(ret), "+%06u", splicing_with);
|
||||
|
||||
|
Reference in New Issue
Block a user