forkserver debug flag support

This commit is contained in:
van Hauser
2021-01-21 18:43:06 +01:00
parent 040bf5a61d
commit 60764ebdf1
3 changed files with 8 additions and 4 deletions

View File

@ -83,6 +83,8 @@ typedef struct afl_forkserver {
bool uses_asan; /* Target uses ASAN? */
bool debug; /* debug mode? */
bool uses_crash_exitcode; /* Custom crash exitcode specified? */
u8 crash_exitcode; /* The crash exitcode specified */