fix frida mode

This commit is contained in:
vanhauser-thc
2023-03-26 12:14:35 +02:00
parent d955409178
commit 19f9612910
4 changed files with 5 additions and 5 deletions

View File

@ -33,7 +33,7 @@ void cmplog_exec_child(afl_forkserver_t *fsrv, char **argv) {
setenv("___AFL_EINS_ZWEI_POLIZEI___", "1", 1);
if (fsrv->qemu_mode || fsrv->frida_mode || fsrv->cs_mode) {
if (fsrv->qemu_mode || fsrv->cs_mode) {
setenv("AFL_DISABLE_LLVM_INSTRUMENTATION", "1", 0);