其他分享
首页 > 其他分享> > frida环境问题解决

frida环境问题解决

作者:互联网

####

使用模拟器报错:

(scrapy) liqian@liqiandeMacBook-Pro ~ % frida-ps -U  

Failed to enumerate processes: this feature requires an iOS Developer Disk Image to be mounted; run Xcode briefly or use ideviceimagemounter to mount one manually

我在模拟器启动了frida-server,

在/data/local/temp/下面frida-server,

####

我试一试真机,

我记得之前是没有这个问题的

先启动frida-server

还是有这个问题

####

我重启了电脑,

升级mac系统到了最新版还是有这个问题,

然后我百度发现,Windows电脑竟然也会报这个错误,

那说明和mac系统应该没有多大关系吧

最后果然发现,是我的mac连接了我的iPhone,导致了这个问题,

我把iPhone从mac电脑拔出来,然后执行frida-ps -U,就正常了,

具体是什么原因不知道

但是的确就这样好了,enjoy

 

 

 

 

 

######

标签:ps,环境,server,####,mac,iPhone,解决,frida
来源: https://www.cnblogs.com/andy0816/p/15434692.html