Home
last modified time | relevance | path

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

/external/AFLplusplus/utils/persistent_mode/
Dpersistent_demo_new.c36 unsigned char fuzz_buf[1024000]; variable
39 #define __AFL_FUZZ_TESTCASE_BUF fuzz_buf
42 ((fuzz_len = read(0, fuzz_buf, sizeof(fuzz_buf))) > 0 ? 1 : 0)
/external/AFLplusplus/instrumentation/
DREADME.persistent_mode.md73 unsigned char fuzz_buf[1024000];
74 #define __AFL_FUZZ_TESTCASE_BUF fuzz_buf
76 #define __AFL_LOOP(x) ((fuzz_len = read(0, fuzz_buf, sizeof(fuzz_buf))) > 0 ? 1 : 0)
/external/AFLplusplus/include/
Dafl-fuzz.h347 u8 * fuzz_buf; member