about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-18 10:32:15 +0200
committervanhauser-thc <vh@thc.org>2023-05-18 10:32:15 +0200
commitabd6eace9d767e4db6019e8eb69080d2352015c9 (patch)
treeca678752169f9a4338093ed38ea4c95c5d78689e /include/afl-fuzz.h
parentf664eb58c50ab9b6b130139613a35ff7a7297f1b (diff)
downloadafl++-abd6eace9d767e4db6019e8eb69080d2352015c9.tar.gz
improved symqemu custom mutator
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h1
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             */