otool -l WeChat | grep crypt
./class-dump -s -S -H ./WeChat.decrypted -o ./header6.3-arm64
建立Cocoa Touch Library工程,添加CaptainHook.h
4.安装重签名工具sigh
$ gem update --system
$ sudo gem install sigh
codesign -f -s "iPhone Developer: zexu du (95WX4JLF9D)" libWeChatHelper.dylib
./yololib WeChat libWeChatHelper.dylib
使用MachOView查看LoadCommend里面是否有刚加进去的dylib
fastlane sigh resign WeChat.ipa --signing_identity D125587E195E673583C2A9BC436DFE26398B7E74 -p com.tencent.xin.sharetimeline=WeChatToday.mobileprovision -p com.tencent.xin.watchapp.watchkitextension=WeChatWatchExtension.mobileprovision -p com.tencent.xin.watchapp=WeChatWatch.mobileprovision -p com.tencent.xin=WeChat.mobileprovision newwx.ipa