diff options
| author | Your Name <you@example.com> | 2021-11-17 20:27:45 +0000 |
|---|---|---|
| committer | Your Name <you@example.com> | 2021-11-17 20:27:45 +0000 |
| commit | e88509ac224e21738063c25a86e32f57e655f2dd (patch) | |
| tree | e0da3b8b2e610009640c6c9f95ae18622f114c30 /frida_mode/test | |
| parent | 43458f7e8b4963f2c3fbade69379c2d2e0654989 (diff) | |
| download | afl++-e88509ac224e21738063c25a86e32f57e655f2dd.tar.gz | |
Add __afl_set_persistent_mode
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 \ |
