From 3101e9c88df72755b461e82870879fbe9e7429fa Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 20 Jul 2021 11:10:58 +0200 Subject: add gramatron --- custom_mutators/gramatron/gramfuzz.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'custom_mutators/gramatron/gramfuzz.h') diff --git a/custom_mutators/gramatron/gramfuzz.h b/custom_mutators/gramatron/gramfuzz.h index e6912074..1e599f0c 100644 --- a/custom_mutators/gramatron/gramfuzz.h +++ b/custom_mutators/gramatron/gramfuzz.h @@ -23,6 +23,8 @@ 3600 // Inputs that gave new coverage will be dumped every FLUSH_INTERVAL // seconds +afl_state_t *global_afl; + typedef struct trigger { char * id; -- cgit 1.4.1