1、#爱思助手越狱unc0ver
2、#Cydia安装必要软件Filza
3、#脱壳工具:flexdecrypt
判断是否加密:终端命令: otool -l Mach-O文件名 | grep crypt 0代表未加密
4、# flexdecrypt安装
1)下载:https://github.com/JohnCoates/flexdecrypt/releases/download/1.1/flexdecrypt.deb
2)将flexdecrypt.deb 拷贝到手机的 /var/root/Media/Cydia/AutoInstall目录
相关命令:
mkdir
scp scp ~/.../flexdecrypt.deb root@host:/var/root/Media/Cydia/AutoInstall
3)手机上通过Filza资源管理工具定位到 /var/root/Media/Cydia/AutoInstall ,点击安装
4)ssh连接手机,输入 killall SpringBoard (重启手机桌面)回车
相关命令:
ssh root@host
默认密码:alpine
5)点击Cydia 定位到 已安装 查看flexdecrypt是否成功
6)如果已安装列表没有flexdecrypt 重启手机即可 (完美越狱,重启手机推荐直接使用uncOver直接重新越狱,成功后直接重启)
5、#脱壳/砸壳操作
1)ssh连接手机,输入 ps -A 回车,寻找要脱壳的的软件
2)输入指令 flexdecrypt 软件进程 回车
3)将 /tmp/软件 路径下的 脱壳软件 拷贝到Mac 工作文件夹
相关命令:
scp root@host:"/tmp/MobileMail" ~/软件存放路径