about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-07-30 07:25:44 +0200
committervanhauser-thc <vh@thc.org>2021-07-30 07:25:44 +0200
commitbcdb69289f4a5304b1aee641d5f5a32437b91729 (patch)
tree9ff8f94859124ed4cfbdf05937d70d469859bbdd /src/afl-showmap.c
parent8b66d9503854ab40f7c1fadb26e0a7523ac327e9 (diff)
downloadafl++-bcdb69289f4a5304b1aee641d5f5a32437b91729.tar.gz
frida tool fix
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c2
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;