Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-mutators.c250 mutator->afl_custom_fuzz_count = dlsym(dh, "afl_custom_fuzz_count"); in load_custom_mutator()
251 if (!mutator->afl_custom_fuzz_count) { in load_custom_mutator()
H A Dafl-fuzz-python.c436 mutator->afl_custom_fuzz_count = fuzz_count_py; in load_custom_mutator_py()
H A Dafl-fuzz-one.c1862 if (el->afl_custom_fuzz_count) { in fuzz_one_original()
1864 afl->stage_max = el->afl_custom_fuzz_count(el->data, out_buf, len); in fuzz_one_original()
1931 if (!el->afl_custom_fuzz_count) { in fuzz_one_original()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h891 u32 (*afl_custom_fuzz_count)(void *data, const u8 *buf, size_t buf_size); member
/aosp_15_r20/external/AFLplusplus/docs/
H A Dcustom_mutators.md50 unsigned int afl_custom_fuzz_count(void *data, const unsigned char *buf, size_t buf_size);
H A DChangelog.md661 - added afl_custom_fuzz_count/fuzz_count function to allow specifying
/aosp_15_r20/external/AFLplusplus/
H A DChangelog.md661 - added afl_custom_fuzz_count/fuzz_count function to allow specifying