Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-mutators.c211 mutator->afl_custom_fuzz = dlsym(dh, "afl_custom_fuzz"); in load_custom_mutator()
212 if (!mutator->afl_custom_fuzz) { in load_custom_mutator()
217 mutator->afl_custom_fuzz = dlsym(dh, "afl_custom_mutator"); in load_custom_mutator()
218 if (!mutator->afl_custom_fuzz) { in load_custom_mutator()
H A Dafl-fuzz-python.c414 if (py_functions[PY_FUNC_FUZZ]) { mutator->afl_custom_fuzz = fuzz_py; } in load_custom_mutator_py()
H A Dafl-fuzz.c2060 if (el->afl_custom_fuzz) { custom_fuzz = 1; } in main()
H A Dafl-fuzz-one.c1855 if (el->afl_custom_fuzz) { in fuzz_one_original()
1913 el->afl_custom_fuzz(el->data, out_buf, len, &mutated_buf, new_buf, in fuzz_one_original()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h922 size_t (*afl_custom_fuzz)(void *data, u8 *buf, size_t buf_size, u8 **out_buf, member
/aosp_15_r20/external/AFLplusplus/docs/
H A Dcustom_mutators.md52 size_t afl_custom_fuzz(void *data, unsigned char *buf, size_t buf_size, unsigned char **out_buf, un…
H A Denv_variables.md359 afl_custom_fuzz() creates additional mutations through this library. If