fridare
fridare copied to clipboard
Failed to spawn: failed to get the task for process xxxx
在mac虚拟机上,使用 frida -U -f com.xxx.xx 连接报错:Failed to spawn: failed to get the task for process xxxx; 经过测试只能使用 frida -H -f com.xxx.xx 进行连接。
我也是这个问题解决了么
Failed to spawn: failed to get the task for process xxxx 错误
此问题可能是由于frida server启动参数变动引起的。
修改前使用的是 /usr/sbin/Frida
修改后改为 /usr/sbin/abcde -l 0.0.0.0:魔改端口