Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-mutators.c364 mutator->afl_custom_queue_get = dlsym(dh, "afl_custom_queue_get"); in load_custom_mutator()
365 if (!mutator->afl_custom_queue_get) { in load_custom_mutator()
H A Dafl-fuzz-python.c463 mutator->afl_custom_queue_get = queue_get_py; in load_custom_mutator_py()
H A Dafl-fuzz-one.c356 if (el->afl_custom_queue_get && in fuzz_one_original()
357 !el->afl_custom_queue_get(el->data, afl->queue_cur->fname)) { in fuzz_one_original()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h1060 u8 (*afl_custom_queue_get)(void *data, const u8 *filename); member
/aosp_15_r20/external/AFLplusplus/docs/
H A Dcustom_mutators.md60 unsigned char afl_custom_queue_get(void *data, const unsigned char *filename);