about summary refs log tree commit diff
path: root/include/forkserver.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-14 13:23:14 +0200
committerGitHub <noreply@github.com>2020-08-14 13:23:14 +0200
commita7537b5511ad767d2240cf2dc6d3e261daa676f9 (patch)
tree2cd8418efff844e634425e050ef716301adfd84b /include/forkserver.h
parent15e799f7ae666418e75c6a79db833c5316b21f97 (diff)
parent83281503b3f1d4109c6f7a6af62a2133d55f1150 (diff)
downloadafl++-a7537b5511ad767d2240cf2dc6d3e261daa676f9.tar.gz
Merge branch 'debug' into dev
Diffstat (limited to 'include/forkserver.h')
-rw-r--r--include/forkserver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index 0a7390ed..59a9f150 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -80,6 +80,8 @@ typedef struct afl_forkserver {
 
   u8 qemu_mode;                         /* if running in qemu mode or not   */
 
+  u8 taint_mode;                        /* if running taint analysis or not */
+
   u32 *shmem_fuzz_len;                  /* length of the fuzzing test case  */
 
   u8 *shmem_fuzz;                       /* allocated memory for fuzzing     */