FLEX loader can dynamiclly load FLEX dynamic libarary (FLEXDylib.dylib
) which was made from FLEX by me, of course you can make yourself and replace it with yours(ref:FLEXDynamicLibProject). Configuration is via the FLEXLoader menu in Settings.app.
This tweak is inspired by RevealLoader and modified from RevealLoader. Reveal Loader dynamically loads libReveal.dylib (Reveal.app support) into iOS apps on jailbroken devices.
FLEX (Flipboard Explorer) is a set of in-app debugging and exploration tools for iOS development. When presented, FLEX shows a toolbar that lives in a window above your application. From this toolbar, you can view and modify nearly every piece of state in your running application.
More about FLEX
You can install FLEXLoader in 2 ways as follows:
- Install from source code(
make package install
) - Search
Flipboard FLEX loader
in Cydia, then install
Open 'Settings > Reveal > Enabled Applications' and toggle the application or applications that you want to debug to on.
##REF