improved symqemu custom mutator

This commit is contained in:
vanhauser-thc
2023-05-18 10:32:15 +02:00
parent f664eb58c5
commit abd6eace9d
4 changed files with 99 additions and 146 deletions

View File

@ -184,6 +184,7 @@ struct queue_entry {
handicap, /* Number of queue cycles behind */
depth, /* Path depth */
exec_cksum, /* Checksum of the execution trace */
custom, /* Marker for custom mutators */
stats_mutated; /* stats: # of mutations performed */
u8 *trace_mini; /* Trace bytes, if kept */