diff options
author | Your Name <you@example.com> | 2021-11-08 18:17:09 +0000 |
---|---|---|
committer | Your Name <you@example.com> | 2021-11-08 18:17:09 +0000 |
commit | 93b8f17242f6f354da189fee68e69c55288e2488 (patch) | |
tree | 94fbad64eb7f7842d293778bfbf21d8e0d812e69 /frida_mode/include/stalker.h | |
parent | f4312255d9e7d1e981ed5da6b57af1c37d1cce85 (diff) | |
download | afl++-93b8f17242f6f354da189fee68e69c55288e2488.tar.gz |
Add support for option to disable backpatch
Diffstat (limited to 'frida_mode/include/stalker.h')
-rw-r--r-- | frida_mode/include/stalker.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frida_mode/include/stalker.h b/frida_mode/include/stalker.h index 955f3913..8a111b90 100644 --- a/frida_mode/include/stalker.h +++ b/frida_mode/include/stalker.h @@ -3,7 +3,8 @@ #include "frida-gumjs.h" -extern guint stalker_ic_entries; +extern guint stalker_ic_entries; +extern gboolean backpatch_enable; void stalker_config(void); void stalker_init(void); |