We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32facbc commit 6623d1eCopy full SHA for 6623d1e
README.md
@@ -74,16 +74,16 @@ adb push libs/armeabi/libexample.so /data/local/tmp/
74
adb shell
75
su
76
cd /data/local/tmp
77
-# GET PID from com.android.phone
+(GET PID from com.android.phone)
78
./hijack -d -p PID -l /data/local/tmp/libexample.so
79
cat adbi_example.log
80
81
-# output should look similar to:
82
-#
83
-# started
84
-# hooking: epoll_wait = 0x4004c378 ARM using 0x4a84a588
85
-# epoll_wait() called
86
87
88
-# removing hook for epoll_wait()
+output should look similar to:
+
+started
+hooking: epoll_wait = 0x4004c378 ARM using 0x4a84a588
+epoll_wait() called
+removing hook for epoll_wait()
89
0 commit comments