一、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项目

iOS逆向 theos的使用

5、简单的demo演示:

iOS逆向 theos的使用

6、编译-打包-安装

(1)编译

       make

  (2) 打包成deb

       make package

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

       make install

将图片全部清除

iOS逆向 theos的使用

相关文章:

  • 2021-06-15
  • 2022-01-21
  • 2021-05-25
  • 2021-08-03
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
猜你喜欢
  • 2021-10-29
  • 2021-05-17
  • 2021-06-13
  • 2021-11-06
  • 2022-01-05
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案