mac下optool安装

重装里系统,简单记录下:

1、$ git clone https://github.com/alexzielenski/optool.git

2、$ cd optool/

3、$ git submodule update --init --recursive

4、$-project optool.xcodeproj -configuration Release ARCHS="x86_64"build

5、$ open optool.xcodeproj        (执行这一步就打开xcode来)

6、在xcode里编译完成后,把optool拷贝出来放进/usr/bin/里面

7、$ sudo mv optool /usr/bin/  (比如,把在Xcode里定位到编译后的optool拷贝的桌面)

8、$ optool install -c load -p "@executable_path/xxxx.dylib" -t Payload/xxx.app/xxx

9、Theos升级到最新版 $git submodule update –recursive

参考:

1、https://www.jianshu.com/p/c9d3b13044d3

2、https://www.cnblogs.com/xuaninitial/p/7100744.html

你可能感兴趣的:(mac下optool安装)