本帖最后由 iamok 于 2023-5-12 06:38 编辑
我的环境如下:
1.机器为macmini m2,os版本13.3.1
2.frida是通过miniconda环境用pip命令安装的
3.frida去远程hook手机没有问题
4.当用frida去注入本地的应用时,始终出现如下错误提示:
[Bash shell] 纯文本查看 复制代码 410 访达
(base) ➜ ~ sudo frida -p 410
____
/ _ | Frida 16.0.13 - A world-class dynamic instrumentation toolkit
| (_| |
> _ | Commands:
/_/ |_| help -> Displays the help system
. . . . object? -> Display information about 'object'
. . . . exit/quit -> Exit
. . . .
. . . . More info at [url=https://frida.re/docs/home/]https://frida.re/docs/home/[/url]
. . . .
. . . . Connected to Local System (id=local)
Failed to attach: the connection is closed
我试过注入系统的进程,安装的app都是这个错误提示,百度了一下也没查到原因。
问题产生原因及解决方法见7#
|