Home
last modified time | relevance | path

Searched defs:afl_forkserver (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/AFLplusplus/include/
H A Dforkserver.h99 typedef struct afl_forkserver { struct
103 u8 *trace_bits; /* SHM with instrumentation bitmap */
105 s32 fsrv_pid, /* PID of the fork server */
106 child_pid, /* PID of the fuzzed program */
107 child_status, /* waitpid result for the child */
108 out_dir_fd; /* FD of the lock file */
110 s32 out_fd, /* Persistent fd for fsrv->out_file */
111 dev_urandom_fd, /* Persistent fd for /dev/urandom */
113 dev_null_fd, /* Persistent fd for /dev/null */
114 fsrv_ctl_fd, /* Fork server control pipe (write) */
[all …]
/aosp_15_r20/external/AFLplusplus/utils/qbdi_mode/
H A Dtemplate.cpp74 static void afl_forkserver() { in afl_forkserver() function