越狱教程

手机越狱

  1. 首先到altstore下载电脑版本
  2. 安装成功后,将AlteStore安装到手机上,这一步需要输入开发者账号


    将AlteStore安装到手机上
  3. 手机安装成功后,用safari搜索unc0ver,下载api包
  4. 点击下载好的api,用AlteStore打开,成功安装到手机上
  5. 点击右上角设置,可以修改设置,下载cydia等~
  6. 打开手机上的unCover,点击jailbreak,稍后会自动重启手机,到这集就算越狱成功了.但是要注意是不完全越狱,重启后无效的~

逆向部分软件安装

brew install fakeroot
ldid 签名工具
brew install ldid
brew install dpkg

dpkg -i/-r  deb包安装/卸载
dpkg -s com.iosre.myiosreproject 查看安装包信息

到opt目录下:
cd /opt
下载theos
git clone --recursive https://github.com/theos/theos.git
修改theos权限
sudo chown -R $(id -u):$(id -g) theos

vim ~/.bash_profile添加下面两件,将theos的执行路径加入到环境变量
(zsh用户请使用 vim ~/.zshrc)

export THEOS=/opt/theos
export PATH=/opt/theos/bin/:$PATH

你可能感兴趣的:(越狱教程)