Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.94 KB

Readme.md

File metadata and controls

31 lines (20 loc) · 1.94 KB

FLEX loader Tweak

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.

What is FLEX

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

FLEX

How to install?

You can install FLEXLoader in 2 ways as follows:

  1. Install from source code(make package install)
  2. Search Flipboard FLEX loader in Cydia, then install

How to Use

Open 'Settings > Reveal > Enabled Applications' and toggle the application or applications that you want to debug to on.

##REF