diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-09 12:31:29 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-09 12:31:29 +0200 |
commit | 1b2637545b6b9f171ea46ed6cf5164e8d05d1776 (patch) | |
tree | a5b86e84fb17d7330391c6b831c0184f26d00030 /custom_mutators/gramatron/gramfuzz.h | |
parent | d354ec2586a3a31c87a8b95433c2886f04c44a03 (diff) | |
download | afl++-1b2637545b6b9f171ea46ed6cf5164e8d05d1776.tar.gz |
reenable splicing
Diffstat (limited to 'custom_mutators/gramatron/gramfuzz.h')
-rw-r--r-- | custom_mutators/gramatron/gramfuzz.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/custom_mutators/gramatron/gramfuzz.h b/custom_mutators/gramatron/gramfuzz.h index 46cde8ec..e6912074 100644 --- a/custom_mutators/gramatron/gramfuzz.h +++ b/custom_mutators/gramatron/gramfuzz.h @@ -199,7 +199,6 @@ Array *performSpliceGF(state *, Array *, afl_state_t *); void dump_input(u8 *, char *, int *); void write_input(Array *, u8 *); Array *read_input(state *, u8 *); -Array *open_input(state *, u8 *, size_t); state *pda; // // AFL-specific struct |