Theos 是一个用于开发和编译越狱下的跨平台开源开发工具包。它主要服务于越狱社区,用于方便地开发 Tweaks(插件)、动态库(dylib)、命令行工具等。对于 iOS 逆向工程者,Theos 是极为常用的开发环境。
brew install ldid
# 写入 .zshrc 文件中
export THEOS=~/theos
export PATH=$THEOS/bin:$PATH
# 写完后 执行
source ~/.zsh_rc
# --recursive表示递归下载,因为Theos会依赖其它库,使用此命令可以递归的将所有依赖的库都下载下来
git clone --recursive <https://github.com/theos/theos.git> $THEOS
隐根Theos项目
GitHub - roothide/Developer: Developer
cd ~/Desktop/tweak