diff options
| author | vanhauser-thc <vh@thc.org> | 2021-07-20 11:10:58 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-07-20 11:10:58 +0200 |
| commit | 3101e9c88df72755b461e82870879fbe9e7429fa (patch) | |
| tree | d3afb6268c72b4f103360296434bb4d3c28b8c24 /custom_mutators/gramatron/gramfuzz.h | |
| parent | fff8c49f7c73a1531166ad52fc50306dbd01775f (diff) | |
| download | afl++-3101e9c88df72755b461e82870879fbe9e7429fa.tar.gz | |
add gramatron
Diffstat (limited to 'custom_mutators/gramatron/gramfuzz.h')
| -rw-r--r-- | custom_mutators/gramatron/gramfuzz.h | 2 |
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; |
