Searched refs:nyx_get_aux_string (Results 1 – 3 of 3) sorted by relevance
85 uint32_t (*nyx_get_aux_string)(void *nyx_process, uint8_t *buffer, member
126 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()
879 u32 nyx_aux_string_len = afl->fsrv.nyx_handlers->nyx_get_aux_string( in save_if_interesting()