force persistent and deferred also for tools

This commit is contained in:
vanhauser-thc
2022-02-05 07:25:12 +01:00
parent 9eb66cccf4
commit 04d693721b
3 changed files with 6 additions and 3 deletions

View File

@ -2830,6 +2830,7 @@ void check_binary(afl_state_t *afl, u8 *fname) {
OKF("FRIDA Persistent mode configuration options detected.");
setenv(PERSIST_ENV_VAR, "1", 1);
afl->persistent_mode = 1;
afl->fsrv.persistent_mode = 1;
afl->shmem_testcase_mode = 1;
}