about summary refs log tree commit diff
path: root/custom_mutators/gramatron/gramfuzz.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-20 11:10:58 +0200
committervanhauser-thc <vh@thc.org>2021-07-20 11:10:58 +0200
commit3101e9c88df72755b461e82870879fbe9e7429fa (patch)
treed3afb6268c72b4f103360296434bb4d3c28b8c24 /custom_mutators/gramatron/gramfuzz.h
parentfff8c49f7c73a1531166ad52fc50306dbd01775f (diff)
downloadafl++-3101e9c88df72755b461e82870879fbe9e7429fa.tar.gz
add gramatron
Diffstat (limited to 'custom_mutators/gramatron/gramfuzz.h')
-rw-r--r--custom_mutators/gramatron/gramfuzz.h2
1 files changed, 2 insertions, 0 deletions
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;