iOS逆向之利用Xcode重签名
准备工作
- 非越狱的iPhone手机
- 用PP助手下载: 微信6.6.5(越狱应用)
步骤
- 新建工程"Xocde重签名",选择开发证书,在真机上运行
- 解压微信6.6.5(越狱应用).ipa,在微信-6.6.5(越狱应用)->Payload下,将WeChat.app改名为Xocde重签名.app
-
在Products->Xcode重签名上右击show in finder
image.png
将第2步的Xocde重签名.app拷贝过来,替换。
以下几个步骤可以参考上一篇文章:https://www.jianshu.com/p/ad264025d7f9
-
更改info.plist的Bundle ID
image.png
com.tencent.xin 改为新建工程中的Bundle ID: com.liefeng.resign
-
Frameworks重签名(每个framework都要签)
image.png
$codesign -fs "iPhone Developer: Jiarui Peng (6SUT3FNTPD)" mars.framework
-
给可执行文件执行权限: chmod +x WeChat
-
Plugins文件夹里和Watch文件不能签名,直接删除
-
直接在Xcode中运行,就可以将微信安装到手机上了。
image.png
网友评论