cleaned up AFL_PRINT_FILENAMES env

This commit is contained in:
Dominik Maier
2021-05-19 22:21:46 +02:00
parent dee64e74a8
commit cdae3d3d03
3 changed files with 3 additions and 2 deletions

View File

@ -1432,7 +1432,7 @@ int main(int argc, char **argv_orig, char **envp) {
setenv("LD_PRELOAD", frida_afl_preload, 1);
setenv("DYLD_INSERT_LIBRARIES", frida_afl_preload, 1);
}
} else {