frida tool fix

This commit is contained in:
vanhauser-thc
2021-07-30 07:12:53 +02:00
parent f9bc5d361f
commit 8b66d95038
4 changed files with 3 additions and 2 deletions

View File

@ -1035,6 +1035,7 @@ int main(int argc, char **argv_orig, char **envp) {
if (fsrv->frida_mode) { FATAL("Multiple -O options not supported"); }
fsrv->frida_mode = true;
setenv("AFL_FRIDA_INST_SEED", "1", 1);
break;