diff options
author | murx- <till@fam-os.org> | 2020-08-08 18:34:54 +0200 |
---|---|---|
committer | murx- <till@fam-os.org> | 2020-08-08 18:34:54 +0200 |
commit | 9a1d526ed408cbd7d681be15c5512032f7632887 (patch) | |
tree | e07951515fb254c138b74b36d82fd7cc9231c787 /include/afl-fuzz.h | |
parent | 28251a495ab0e5f0aba0b3c9c0b5525531699a3e (diff) | |
download | afl++-9a1d526ed408cbd7d681be15c5512032f7632887.tar.gz |
Add support for specific custom mutator name
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index bb1bb314..51ab0e85 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -656,6 +656,7 @@ typedef struct afl_state { struct custom_mutator { const char *name; + char * name_short; void * dh; u8 * post_process_buf; size_t post_process_size; |