about summary refs log tree commit diff
path: root/frida_mode/test
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-11-11 18:32:35 +0000
committerYour Name <you@example.com>2021-11-11 18:32:35 +0000
commitb033a2d98b2597bb3f61277bec8f1b04d701f251 (patch)
treeec5527c1e29619717fdeb6f74e0a7efbd41f636d /frida_mode/test
parenta15b5ef458f5265082db59c636ca2c3c4954020f (diff)
downloadafl++-b033a2d98b2597bb3f61277bec8f1b04d701f251.tar.gz
Fix to handling of persistent mode using JS
Diffstat (limited to 'frida_mode/test')
-rw-r--r--frida_mode/test/png/persistent/hook/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/test/png/persistent/hook/GNUmakefile b/frida_mode/test/png/persistent/hook/GNUmakefile
index 5010662b..23aa94d0 100644
--- a/frida_mode/test/png/persistent/hook/GNUmakefile
+++ b/frida_mode/test/png/persistent/hook/GNUmakefile
@@ -144,6 +144,7 @@ frida_entry_slow: $(AFLPP_DRIVER_DUMMY_INPUT) $(AFLPP_FRIDA_DRIVER_HOOK_OBJ) | $
 
 frida_js_load: $(AFLPP_DRIVER_DUMMY_INPUT) $(AFLPP_FRIDA_DRIVER_HOOK_OBJ) | $(BUILD_DIR)
 	AFL_PRELOAD=$(AFL_PRELOAD) \
+	__AFL_PERSISTENT=1 \
 	AFL_FRIDA_JS_SCRIPT=load.js \
 	$(ROOT)afl-fuzz \
 		-D \