系统: 安卓10 是否root: 已root 机器:pixel 3 frida版本:16.1.4 frida-server版本:16.1.4 Xserver版本:0.7.3-2(最新版) 进入8000端口的网页之后,能够查看到当前调用的方法,在Mass Monitor页面勾选要hook的方法之后,在手机上点击和该方法对应的按扭之后,日志不打印任何调用信息,看终端里也只是简单的调用: <img width="532" alt="image" src="https://github.com/monkeylord/XServer/assets/11215634/6e024e9c-cb4a-4f51-a3df-e81a4ff93136"> 但是在使用原版frida,写好hook函数的js文件之后,hook对应函数,是可以hook到该方法的,打印出调用的参数: <img width="407" alt="image" src="https://github.com/monkeylord/XServer/assets/11215634/28ad0c40-7855-4bec-b34e-37349a46d28e">