Add support for specific custom mutator name

This commit is contained in:
murx-
2020-08-08 18:34:54 +02:00
parent 28251a495a
commit 9a1d526ed4
3 changed files with 4 additions and 0 deletions

View File

@ -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;