Home
last modified time | relevance | path

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

/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-bitmap.c565 if (afl->current_custom_fuzz == el && el->afl_custom_introspection) { in save_if_interesting()
567 const char *ptr = el->afl_custom_introspection(el->data); in save_if_interesting()
667 if (afl->current_custom_fuzz == el && el->afl_custom_introspection) { in save_if_interesting()
669 const char *ptr = el->afl_custom_introspection(el->data); in save_if_interesting()
812 if (afl->current_custom_fuzz == el && el->afl_custom_introspection) { in save_if_interesting()
814 const char *ptr = el->afl_custom_introspection(el->data); in save_if_interesting()
H A Dafl-fuzz-mutators.c236 mutator->afl_custom_introspection = dlsym(dh, "afl_custom_introspection"); in load_custom_mutator()
237 if (!mutator->afl_custom_introspection) { in load_custom_mutator()
H A Dafl-fuzz-python.c495 mutator->afl_custom_introspection = introspection_py; in load_custom_mutator_py()
/aosp_15_r20/external/AFLplusplus/include/
H A Dafl-fuzz.h873 const char *(*afl_custom_introspection)(void *data); member
/aosp_15_r20/external/AFLplusplus/docs/
H A Dcustom_mutators.md63 const char* afl_custom_introspection(my_mutator_t *data);