diff options
author | van Hauser <vh@thc.org> | 2020-08-09 00:35:12 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-09 00:35:12 +0200 |
commit | e4a0237cbc745552a5b21a2450d7ab55ee98759d (patch) | |
tree | 4a744f0705ab405dd86017b791a510f1dde22a1e /include/forkserver.h | |
parent | d8f5502d83ec530bcc1ad15b2d23b2660cd6ce58 (diff) | |
download | afl++-e4a0237cbc745552a5b21a2450d7ab55ee98759d.tar.gz |
step 1
Diffstat (limited to 'include/forkserver.h')
-rw-r--r-- | include/forkserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/forkserver.h b/include/forkserver.h index 717493db..a5fca30e 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -79,6 +79,8 @@ typedef struct afl_forkserver { u8 use_fauxsrv; /* Fauxsrv for non-forking targets? */ 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 */ |