Home
last modified time | relevance | path

Searched refs:load_custom_mutator (Results 1 – 1 of 1) sorted by relevance

/external/AFLplusplus/src/
Dafl-fuzz-mutators.c29 struct custom_mutator *load_custom_mutator(afl_state_t *, const char *);
92 mutator = load_custom_mutator(afl, fn); in setup_custom_mutators()
105 mutator = load_custom_mutator(afl, fn_token); in setup_custom_mutators()
177 struct custom_mutator *load_custom_mutator(afl_state_t *afl, const char *fn) { in load_custom_mutator() function