Merge pull request #833 from WorksButNotTested/frida

Frida
This commit is contained in:
van Hauser
2021-03-25 19:42:27 +01:00
committed by GitHub
24 changed files with 1803 additions and 21 deletions

View File

@ -77,6 +77,8 @@ typedef struct afl_forkserver {
bool qemu_mode; /* if running in qemu mode or not */
bool frida_mode; /* if running in frida mode or not */
bool use_stdin; /* use stdin for sending data */
bool no_unlink; /* do not unlink cur_input */