aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-04-05 14:52:53 +0200
committervanhauser-thc <vh@thc.org>2024-04-05 14:53:02 +0200
commitf7ea0f569fa57e22548c1dc8eaba2903213e496e (patch)
tree1b01d1dcb73e3a86bd4dec0cfaa0a90db932bf32 /include
parent2bf92848ff7f48155b8fa031543ab3410dc556d6 (diff)
downloadafl++-f7ea0f569fa57e22548c1dc8eaba2903213e496e.tar.gz
fix aflpp custom mutator + standalone tool
Diffstat (limited to 'include')
-rw-r--r--include/afl-mutations.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/afl-mutations.h b/include/afl-mutations.h
index 75e66484..79cf7c6a 100644
--- a/include/afl-mutations.h
+++ b/include/afl-mutations.h
@@ -30,10 +30,13 @@
#include <stdbool.h>
#include <inttypes.h>
-#include "afl-fuzz.h"
#define MUT_STRATEGY_ARRAY_SIZE 256
+s8 interesting_8[] = {INTERESTING_8};
+s16 interesting_16[] = {INTERESTING_8, INTERESTING_16};
+s32 interesting_32[] = {INTERESTING_8, INTERESTING_16, INTERESTING_32};
+
enum {
/* 00 */ MUT_FLIPBIT,