问题:
Charles 在iphone上抓包facebook app失败,显示不能连接,但是在iphone浏览器可以抓包fb
iphone charles facebook app
How to Use Charles Proxy to View the Data Your Mobile Apps Send & Receive « Null Byte :: WonderHowTo
【总结】
可能的办法:
- 安装插件:去实现绕开ssl pinning
- 可选插件:
- iOS SSL Kill Switch
- https://github.com/iSECPartners/ios-ssl-kill-switch
- 或
- iOS TrustMe
- https://github.com/intrepidusgroup/trustme
- 前提:
- 越狱的iPhone
或者:
(用apktool)反编译apk,改动代码,重新(用keytool和jarsigner)签名,重新打包