Home
last modified time | relevance | path

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

/external/AFLplusplus/include/
Dafl-fuzz.h1271 char *get_fuzzing_state(afl_state_t *afl);
/external/AFLplusplus/src/
Dafl-fuzz-stats.c33 char *get_fuzzing_state(afl_state_t *afl) { in get_fuzzing_state() function
1391 afl->fuzz_mode == 0 ? "explore" : "exploit", get_fuzzing_state(afl));
Dafl-fuzz-one.c414 get_fuzzing_state(afl), afl->fuzz_mode ? "exploit" : "explore", in fuzz_one_original()