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
Copy file name to clipboardExpand all lines: README.md
+20-15Lines changed: 20 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,16 @@ points (in-line hooking).
9
9
The toolkit consists of two main components the hijack tool and the base
10
10
library.
11
11
12
-
hijack:
13
-
The hijack tool provides the injection functionality. It supports a number of
14
-
modes for supporting older and newer Android devices. hijack provides help on
15
-
the command line.
12
+
**hijack**
13
+
14
+
The hijack tool provides the injection functionality. It supports a number of modes for supporting older and newer Android devices. hijack provides help on the command line.
16
15
17
-
libbase:
18
-
The base library provides the hooking and unhooking functionality. The base
19
-
library is compiled as a static library so it can be directly included in the
20
-
actual instrumentation library. This is done so we can keep everything in
21
-
/data/local/tmp.
22
-
23
-
Below we provide and easy to follow step-by-step instructions for howto build
24
-
and use adbi. The example instrument hijacks epoll_wait() and logs every call
16
+
**libbase**
17
+
18
+
The base library provides the hooking and unhooking functionality. The base library is compiled as a static library so it can be directly included in the
19
+
actual instrumentation library. This is done so we can keep everything in /data/local/tmp.
20
+
21
+
Below we provide and easy to follow step-by-step instructions for howto build and use adbi. The example instrument hijacks epoll_wait() and logs every call
0 commit comments