-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
运行提示设备找不到? #4
Comments
adb shell进去看下 frida-server服务还在嘛? |
frida-server在的,magisk的hide也关掉了 |
那直接在目录下运行这个能hook嘛? |
可以的,屏幕上微信也启动了 $ frida -U -l script.js -f com.tencent.mm --no-pause |
那应该没问题才对,有点奇怪。或者你试试创建个py文件。
运行下看看这些值。 |
$ python test.py com.tencent.mm -t 3 |
你将程序106行的get_usb_device 换成get_remote_device试试 。或者改get_usb_device(timeout= 1000)。 |
$ python camille.py com.tencent.mm -t 3
.o88b. .d8b. .88b d88. d888888b db db d88888b
d8P Y8 d8'
8b 88'YbdP
8888' 88 88 88' 8P 88ooo88 88 88 88 88 88 88 88ooooo 8b 88~~~88 88 88 88 88 88 88 88~~~~~ Y8b d8 88 88 88 88 88 .88. 88booo. 88booo. 88.
Y88P' YP YP YP YP YP Y888888P Y88888P Y88888P Y88888P[*] hook error
device not found
但是执行frida-ps -U 是可以查看进程的
设备是pixel 安卓8.1.0的版本
The text was updated successfully, but these errors were encountered: