You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**shadowhook** is an inline hook library for Android apps.
11
-
12
-
> shadowhook is a module of "the android-inline-hook project".
10
+
**shadowhook** is an Android inline hook library which supports thumb, arm32 and arm64.
13
11
14
12
15
13
## Features
@@ -21,7 +19,7 @@
21
19
* Automatically complete the hook of "newly loaded dynamic library" (only "library name + function name"), and call the optional callback function after the hook is completed.
22
20
* Multiple hooks and unhooks can be executed concurrently on the same hook point without interfering with each other (only in shared mode).
23
21
* Automatically avoid possible recursive calls and circular calls between proxy functions (only in shared mode).
24
-
* The proxy function supports unwinding backtrace in a normal way.
22
+
* The proxy function supports unwinding backtrace in a normal way (CFI, EH, FP).
Copy file name to clipboardExpand all lines: doc/manual.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
# Introduction
7
7
8
-
shadowhook is an inline hook library for Android apps.
8
+
**shadowhook** is an Android inline hook library which supports thumb, arm32 and arm64.
9
9
10
10
11
11
# Features
@@ -17,7 +17,7 @@ shadowhook is an inline hook library for Android apps.
17
17
* Automatically complete the hook of "newly loaded dynamic library" (only "library name + function name"), and call the optional callback function after the hook is completed.
18
18
* Multiple hooks and unhooks can be executed concurrently on the same hook point without interfering with each other (only in shared mode).
19
19
* Automatically avoid possible recursive calls and circular calls between proxy functions (only in shared mode).
20
-
* The proxy function supports unwinding backtrace in a normal way.
20
+
* The proxy function supports unwinding backtrace in a normal way (CFI, EH, FP).
0 commit comments