aboutsummaryrefslogtreecommitdiff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-02 11:04:35 +0100
committervan Hauser <vh@thc.org>2020-11-02 11:04:35 +0100
commit416e01d3c6277988ed39e67f9404bd7a6034820b (patch)
tree4cedbc432c41e9f5801e0c99dffea08630f3ce5e /include/afl-fuzz.h
parent0fd98ae8b070b05a72b2c47a76f4ea145f9d51c2 (diff)
downloadAFLplusplus-416e01d3c6277988ed39e67f9404bd7a6034820b.tar.gz
match mopt to havoc
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 5ff7672b..e59d5f90 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -231,7 +231,7 @@ enum {
};
-#define operator_num 18
+#define operator_num 19
#define swarm_num 5
#define period_core 500000
@@ -247,6 +247,7 @@ enum {
#define STAGE_OverWrite75 15
#define STAGE_OverWriteExtra 16
#define STAGE_InsertExtra 17
+#define STAGE_Splice 18
#define period_pilot 50000
enum {