diff options
author | van Hauser <vh@thc.org> | 2021-11-18 10:24:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 10:24:25 +0100 |
commit | e131d0fc55ddc34e2a59c13b3bb24f4bc559301b (patch) | |
tree | 97b9b112d4529a96d2fe46d3a7f481dee2a2b175 /frida_mode/test | |
parent | 132630d48d0f9fe50e9388f941433c85636587da (diff) | |
parent | a7b94338505d96a5d18b68916a4da6aa280e3f12 (diff) | |
download | afl++-e131d0fc55ddc34e2a59c13b3bb24f4bc559301b.tar.gz |
Merge pull request #1164 from WorksButNotTested/fix
Fix
Diffstat (limited to 'frida_mode/test')
-rw-r--r-- | frida_mode/test/png/persistent/hook/GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frida_mode/test/png/persistent/hook/GNUmakefile b/frida_mode/test/png/persistent/hook/GNUmakefile index 23aa94d0..5010662b 100644 --- a/frida_mode/test/png/persistent/hook/GNUmakefile +++ b/frida_mode/test/png/persistent/hook/GNUmakefile @@ -144,7 +144,6 @@ 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 \ |