aboutsummaryrefslogtreecommitdiff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-29 14:35:05 +0200
committerGitHub <noreply@github.com>2020-05-29 14:35:05 +0200
commit710dda522186310a7fb4e3b6a05cae0b28fa619e (patch)
treef96fcfe756fe5e6e0dde11be8df8b3df9f654952 /include/forkserver.h
parent6892018142cc21ba9a0744c0757d39f21e9b66bc (diff)
parentc3b864d8d4dfaf148158a689df0c5ddf4bcc1f32 (diff)
downloadafl++-710dda522186310a7fb4e3b6a05cae0b28fa619e.tar.gz
Merge pull request #374 from AFLplusplus/dev
Dev
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index e8ac2837..00555d7e 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -73,10 +73,18 @@ typedef struct afl_forkserver {
u8 last_kill_signal; /* Signal that killed the child */
+ u8 use_shdmen_fuzz; /* use shared mem for test cases */
+
+ u8 support_shdmen_fuzz; /* set by afl-fuzz */
+
u8 use_fauxsrv; /* Fauxsrv for non-forking targets? */
u8 qemu_mode; /* if running in qemu mode or not */
+ u32 shdmem_fuzz_len; /* length of the fuzzing test case */
+
+ u8 *shdmem_fuzz; /* allocated memory for fuzzing */
+
char *cmplog_binary; /* the name of the cmplog binary */
/* Function to kick off the forkserver child */