Home
last modified time | relevance | path

Searched defs:custom_mutator (Results 1 – 1 of 1) sorted by relevance

/external/AFLplusplus/include/
Dafl-fuzz.h769 struct custom_mutator { struct
771 const char *name;
772 char * name_short;
773 void * dh;
774 u8 * post_process_buf;
775 u8 stacked_custom_prob, stacked_custom;
777 void *data; /* custom mutator data ptr */
788 void *(*afl_custom_init)(afl_state_t *afl, unsigned int seed);
797 const char *(*afl_custom_introspection)(void *data);
815 u32 (*afl_custom_fuzz_count)(void *data, const u8 *buf, size_t buf_size);
[all …]