fridare icon indicating copy to clipboard operation
fridare copied to clipboard

Failed to spawn: failed to get the task for process xxxx

Open jammny opened this issue 1 year ago • 1 comments

在mac虚拟机上,使用 frida -U -f com.xxx.xx 连接报错:Failed to spawn: failed to get the task for process xxxx; 经过测试只能使用 frida -H -f com.xxx.xx 进行连接。

jammny avatar Jan 09 '25 05:01 jammny

我也是这个问题解决了么

richcat9527 avatar May 01 '25 02:05 richcat9527

Failed to spawn: failed to get the task for process xxxx 错误

此问题可能是由于frida server启动参数变动引起的。 修改前使用的是 /usr/sbin/Frida 修改后改为 /usr/sbin/abcde -l 0.0.0.0:魔改端口

suifei avatar Aug 15 '25 08:08 suifei