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 /custom_mutators/aflpp/aflpp.c | |
parent | 2bf92848ff7f48155b8fa031543ab3410dc556d6 (diff) | |
download | afl++-f7ea0f569fa57e22548c1dc8eaba2903213e496e.tar.gz |
fix aflpp custom mutator + standalone tool
Diffstat (limited to 'custom_mutators/aflpp/aflpp.c')
-rw-r--r-- | custom_mutators/aflpp/aflpp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom_mutators/aflpp/aflpp.c b/custom_mutators/aflpp/aflpp.c index e15d0391..0b236f76 100644 --- a/custom_mutators/aflpp/aflpp.c +++ b/custom_mutators/aflpp/aflpp.c @@ -1,3 +1,4 @@ +#include "afl-fuzz.h" #include "afl-mutations.h" typedef struct my_mutator { |