Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-mutators.c43 if (el->afl_custom_queue_new_entry) { in run_afl_custom_queue_new_entry()
45 if (el->afl_custom_queue_new_entry(el->data, fname, mother_fname)) { in run_afl_custom_queue_new_entry()
413 mutator->afl_custom_queue_new_entry = dlsym(dh, "afl_custom_queue_new_entry"); in load_custom_mutator()
414 if (!mutator->afl_custom_queue_new_entry) { in load_custom_mutator()
H A Dafl-fuzz-python.c488 mutator->afl_custom_queue_new_entry = queue_new_entry_py; in load_custom_mutator_py()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h1096 u8 (*afl_custom_queue_new_entry)(void *data, const u8 *filename_new_queue, member
/aosp_15_r20/external/AFLplusplus/docs/
H A Dcustom_mutators.md62 u8 afl_custom_queue_new_entry(void *data, const unsigned char *filename_new_queue, const unsigned i…
H A DChangelog.md415 - fix afl_custom_queue_new_entry original file name when syncing
/aosp_15_r20/external/AFLplusplus/
H A DChangelog.md415 - fix afl_custom_queue_new_entry original file name when syncing