mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
frida tool fix
This commit is contained in:
@ -1035,7 +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);
|
||||
setenv("AFL_FRIDA_INST_SEED", "0x0", 1);
|
||||
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user