diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-18 10:32:15 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-18 10:32:15 +0200 |
commit | abd6eace9d767e4db6019e8eb69080d2352015c9 (patch) | |
tree | ca678752169f9a4338093ed38ea4c95c5d78689e /include/afl-fuzz.h | |
parent | f664eb58c50ab9b6b130139613a35ff7a7297f1b (diff) | |
download | afl++-abd6eace9d767e4db6019e8eb69080d2352015c9.tar.gz |
improved symqemu custom mutator
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 8fb7ecb1..beb2de2a 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -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 */ |