在调试 frida 时,出现了一些报错,根据 github 上 issue 上的提示,关闭 usap 模式就可以了,但是尝试了好多种办法都没有用。 报错信息如下:
C:\Users\xxxx\frida-server-16.5.9-android-arm>frida -U -f com.android.camera
____
/ _ | Frida 16.5.9 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Commands:
/_/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at https://frida.re/docs/home/
. . . .
. . . . Connected to PJD110 (id=93c9866d)
Failed to spawn: unexpectedly timed out while waiting for signal from process with PID 1678
issue 地址如下:
https://github.com/frida/frida/issues/2719
各位大哥帮帮忙看看,真无奈了。
1
AlexShui 3 小时 34 分钟前
现在 root 之后也不让改系统文件吧,所以可能是没改成功,,搞个 magisk 模块,修改 persist.sys.usap_pool_enabled 的值为 false
|