How do I inject code into an iOS process
I Tweeted to Ryan Olson (according to the Git blame log he posted the picture) and got this reply: https://twitter.com/ryanolsonk/status/580011917491601408
It looks like it is necessary to Jailbreak for this.
After doing more research I found a tool called "Cycript" by Jay Freeman (Saurik). If you're interested in remote injection on a live application: take a look at: http://resources.infosecinstitute.com/ios-application-security-part-1-setting-up-a-mobile-pentesting-platform/
If you're unfamiliar with MobileSubstrate and Theos, you should definitely take a look: http://iphonedevwiki.net/index.php/Theos/Setup
链接地址: http://www.djcxy.com/p/84266.html上一篇: MongoDB Aggregation展开了多个阵列
下一篇: 如何将代码注入iOS进程