diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-30 07:25:44 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-30 07:25:44 +0200 |
commit | bcdb69289f4a5304b1aee641d5f5a32437b91729 (patch) | |
tree | 9ff8f94859124ed4cfbdf05937d70d469859bbdd /src/afl-showmap.c | |
parent | 8b66d9503854ab40f7c1fadb26e0a7523ac327e9 (diff) | |
download | afl++-bcdb69289f4a5304b1aee641d5f5a32437b91729.tar.gz |
frida tool fix
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 79b1afed..9122cd25 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -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; |