diff options
author | van Hauser <vh@thc.org> | 2021-11-16 10:51:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-16 10:51:19 +0100 |
commit | 464f1a78dff320609d4580a7b2493dc5b527df67 (patch) | |
tree | 828fae4c389535372e8bd61ddc8a4c02b751ddac /include/forkserver.h | |
parent | 02b621e83c5242493dd6353a158414083885623a (diff) | |
parent | 3f864fa129c821ff35771ad0fe74c9e1ec88ee08 (diff) | |
download | afl++-464f1a78dff320609d4580a7b2493dc5b527df67.tar.gz |
Merge pull request #1156 from retrage/retrage/coresight-mode-pr
Add CoreSight mode support
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 7af01cb2..464f208d 100644 --- a/include/forkserver.h +++ b/include/forkserver.h @@ -82,6 +82,8 @@ typedef struct afl_forkserver { bool frida_asan; /* if running with asan in frida mode */ + bool cs_mode; /* if running in CoreSight mode or not */ + bool use_stdin; /* use stdin for sending data */ bool no_unlink; /* do not unlink cur_input */ |