diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-28 12:57:29 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-28 12:57:29 +0200 |
commit | da65eef57279dae7b652c40bdb31bc6cd749f63d (patch) | |
tree | 53fc32895fc73d0d742805006077220dd5971ce5 /frida_mode/src/persistent/persistent.c | |
parent | dde0538b484df627dac14ff030dd09f55c78558e (diff) | |
download | afl++-da65eef57279dae7b652c40bdb31bc6cd749f63d.tar.gz |
fix frida mode
Diffstat (limited to 'frida_mode/src/persistent/persistent.c')
-rw-r--r-- | frida_mode/src/persistent/persistent.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/frida_mode/src/persistent/persistent.c b/frida_mode/src/persistent/persistent.c index fe3a1d20..34e4093e 100644 --- a/frida_mode/src/persistent/persistent.c +++ b/frida_mode/src/persistent/persistent.c @@ -9,9 +9,6 @@ #include "util.h" int __afl_sharedmem_fuzzing = 0; -afl_persistent_hook_fn hook = NULL; -guint64 persistent_start = 0; -guint64 persistent_count = 0; void persistent_init(void) { |