aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-11-09 14:37:14 +0100
committervanhauser-thc <vh@thc.org>2021-11-09 14:37:14 +0100
commit75821d2943ee207a6d862440ac1c466b96a52861 (patch)
tree70e8fa81fdfe1d0f71a8e84349d8a0723cc1741c /src/afl-showmap.c
parent89eefe044fd99b3ebebad8afd6b339482f4879ec (diff)
downloadAFLplusplus-75821d2943ee207a6d862440ac1c466b96a52861.tar.gz
fix afl- tools for new frida
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 23ec0df0..6c06c476 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -1056,7 +1056,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", "0x0", 1);
+ setenv("AFL_FRIDA_INST_SEED", "1", 1);
break;