iOS逆向 theos的使用

一、Theos是一个越狱开发工具包,是iOS逆向开发的开发工具。

步骤:

1、安装签名工具ldid

(1)先安装brew

$ /usr/bin/ruby -e "$(curl -fsSL
      https://raw.githubusercontent.com/Homebrew/install/master/install)"

(2)利用brew安装ldid
 $ brew install ldid

2、修改环境变量

 (1)编辑用户的配置文件

     $ vim ~/.bash_profile .bash_profie 2

(2)在.bash_profile文件后面加入一下2行

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

(3)让.bash_profile配置的环境变量立即生效

         .bash_profiel $ source ~/.bash_profile

3、下载theos

     建议在$theos目录下载代码

  $ git clone --recursive https://github.com/theos/theos.git $THEOS
4、新建tweak项目


5、简单的demo演示:


6、编译-打包-安装

(1)编译

       make

  (2) 打包成deb

       make package

(3)安装(默认会自动重启SpringBoard)

       make install

将图片全部清除


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值