1.Waiting for USB device...
确保mac和iphone上都是新版的frida,以及最新的frida-ios-dump
如果依然报此错,可能是在python3环境运行了python2的frida-ios-dump,那么请看下一条
2.python版本问题
默认python3.x环境的同学,不用纠结如何切换本机python版本,直接下载3.x branch就好了
3.No such file or directory
IOS10.x通过yalu102越狱后,自带了ssh,但是scp是不可用的,需要修复scp
修复后ssh连接手机,试试scp指令,确保手机端scp可用
4.Authentication failed
dump.py里的ssh登录User和Password配错了
5.unexpected error while probing dyld of target process
执行./dump.py时手机端app没有打开
网友评论