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:12:53 +0200
committervanhauser-thc <vh@thc.org>2021-07-30 07:12:53 +0200
commit8b66d9503854ab40f7c1fadb26e0a7523ac327e9 (patch)
tree0f4e4ccb5ada59bad51ec5d2ab957476eb071702 /src/afl-showmap.c
parentf9bc5d361fa172b5ccc36d7877e67bd68f7f1970 (diff)
downloadafl++-8b66d9503854ab40f7c1fadb26e0a7523ac327e9.tar.gz
frida tool fix
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 5c899e69..79b1afed 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -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;