diff options
author | vanhauser-thc <vh@thc.org> | 2024-04-05 14:52:53 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-04-05 14:53:02 +0200 |
commit | f7ea0f569fa57e22548c1dc8eaba2903213e496e (patch) | |
tree | 1b01d1dcb73e3a86bd4dec0cfaa0a90db932bf32 /src/afl-fuzz-state.c | |
parent | 2bf92848ff7f48155b8fa031543ab3410dc556d6 (diff) | |
download | afl++-f7ea0f569fa57e22548c1dc8eaba2903213e496e.tar.gz |
fix aflpp custom mutator + standalone tool
Diffstat (limited to 'src/afl-fuzz-state.c')
-rw-r--r-- | src/afl-fuzz-state.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/afl-fuzz-state.c b/src/afl-fuzz-state.c index ae327117..c61f00bd 100644 --- a/src/afl-fuzz-state.c +++ b/src/afl-fuzz-state.c @@ -28,10 +28,6 @@ #include "afl-fuzz.h" #include "envs.h" -s8 interesting_8[] = {INTERESTING_8}; -s16 interesting_16[] = {INTERESTING_8, INTERESTING_16}; -s32 interesting_32[] = {INTERESTING_8, INTERESTING_16, INTERESTING_32}; - char *power_names[POWER_SCHEDULES_NUM] = {"explore", "mmopt", "exploit", "fast", "coe", "lin", "quad", "rare", "seek"}; |