Skip to content

Commit 6623d1e

Browse files
author
collin
committed
fix
1 parent 32facbc commit 6623d1e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@ adb push libs/armeabi/libexample.so /data/local/tmp/
7474
adb shell
7575
su
7676
cd /data/local/tmp
77-
# GET PID from com.android.phone
77+
(GET PID from com.android.phone)
7878
./hijack -d -p PID -l /data/local/tmp/libexample.so
7979
cat adbi_example.log
8080

81-
# output should look similar to:
82-
#
83-
# started
84-
# hooking: epoll_wait = 0x4004c378 ARM using 0x4a84a588
85-
# epoll_wait() called
86-
# epoll_wait() called
87-
# epoll_wait() called
88-
# removing hook for epoll_wait()
81+
output should look similar to:
82+
83+
started
84+
hooking: epoll_wait = 0x4004c378 ARM using 0x4a84a588
85+
epoll_wait() called
86+
epoll_wait() called
87+
epoll_wait() called
88+
removing hook for epoll_wait()
8989

0 commit comments

Comments
 (0)