Home
last modified time | relevance | path

Searched refs:nyx_get_aux_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h85 uint32_t (*nyx_get_aux_string)(void *nyx_process, uint8_t *buffer, member
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-forkserver.c126 plugin->nyx_get_aux_string = dlsym(handle, "nyx_get_aux_string"); in afl_load_libnyx_plugin()
127 if (plugin->nyx_get_aux_string == NULL) { goto fail; } in afl_load_libnyx_plugin()
H A Dafl-fuzz-bitmap.c879 u32 nyx_aux_string_len = afl->fsrv.nyx_handlers->nyx_get_aux_string( in save_if_interesting()