about summary refs log tree commit diff
path: root/frida_mode/include/stalker.h
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-11-08 18:17:09 +0000
committerYour Name <you@example.com>2021-11-08 18:17:09 +0000
commit93b8f17242f6f354da189fee68e69c55288e2488 (patch)
tree94fbad64eb7f7842d293778bfbf21d8e0d812e69 /frida_mode/include/stalker.h
parentf4312255d9e7d1e981ed5da6b57af1c37d1cce85 (diff)
downloadafl++-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.h3
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);