MonkeyDev 是一个非常好的 iOS 逆袭开发软件,集成了很多优秀的逆向开发工具。安装方法也是很简单的,GitHub 上给出了详细的安装文档,因为我主要是非越狱设备下进行逆向,所以有几个步骤可以省略。
第一步安装最新的theos
sudo git clone --recursive https://github.com/theos/theos.git /opt/theos
第二步安装MonkeyDev 注意:xcode-select -p 为安装到默认的Xcode 如需指定安装,参考 GitHub 上的教程使用 sudo xcode-select -s 进行安装。
sudo xcode-select -p
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-install)"
卸载
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-uninstall)"
更新
sudo /bin/sh -c "$(curl -fsSL https://raw.githubusercontent.com/AloneMonkey/MonkeyDev/master/bin/md-update)"
安装或者更新之后需要重启下Xcode...
(完)