How do I embed code in an iOS process

Question:

Looking at: https://github.com/Flipboard/FLEX I see a screenshot of the frame used on the Apple Springboard, with an inscription that says:

The code insert is left as an exercise for the reader. πŸ˜‡

I'm not interested in introducing it into Springboard, but if I wanted to embed the environment in another process (for example, the Calculator application), how would I do it?

As a side note, I am ready to jailbreak my device if this is the only way to do something like this.

What I tried:

+7
ios objective-c xcode code-injection
source share
1 answer

I Tweeted to Ryan Olson (according to Git Guilty Magazine he posted the image) and received this answer: https://twitter.com/ryanolsonk/status/580011917491601408

It seems that this requires a jailbreak.

After doing more research, I found a tool called "Cycript" by Jay Freeman (Saurik). If you are interested in remote injection in a real application, see: http://resources.infosecinstitute.com/ios-application-security-part-1-setting-up-a-mobile-pentesting-platform/

If you are new to MobileSubstrate and Theos, you should definitely take a look: http://iphonedevwiki.net/index.php/Theos/Setup

+4
source share

All Articles