Auto inject Enhanced FLEX (with Network Export) to any iOS app!
This is a modified version of FLEX that includes Network Export capabilities:
| Export Menu | Export Filters Settings |
![]() |
![]() |
- Enhanced Network Export: Export captured requests in multiple formats (HAR, Postman, Swagger, Curl ZIP) with filters (Images, Analytics, Firebase).
- Always build with newest FLEX with Github actions
- Inject single deb into you ipa and profit
- Works even without jailbreak, and inject any 3rd party app.
- Open FLEX at application launch.
Navigate to Network History in FLEX to use the enhanced export capabilities:
- Export Formats:
- HAR File: Compatible with Charles, Chrome DevTools, Proxyman
- Postman Collection: Direct import for API testing
- Swagger/OpenAPI: Auto-generate API documentation
- Curl Scripts (ZIP): Individual
.shfiles for each request
- Smart Filters (Settings → Export Filters):
- Exclude Images: Skip image resources (png, jpg, svg...)
- Exclude Analytics: Automatically filter 80+ tracking SDKs
- Exclude Firebase: Skip analytics but keep Remote Config
You can easily inject AutoFLEX into any app using TrollFools:
-
Install Default FLEX:
- Install the generated
.debfile on your device (via Filza or dpkg). - Navigate to
/usr/lib/TweakInject/using Filza. - Locate
autoflex.dylib. - Long press -> Share -> Save to Files / iCloud.
- Install the generated
-
Inject with TrollFools:
- Open TrollFools.
- Select the target app you want to debug.
- Tap Inject New Dylib.
- Select the
autoflex.dylibyou saved earlier. - Launch the app, and FLEX will appear!
Do NOT install the deb directly if you are non-jailbroken, unless you use TrollStore/TrollFools details above.
You can also use Sideloadly or other IPA patchers to inject the .deb into an IPA file.
It basically inject beloved FLEX debugger into any iOS application.
- Lock and unlock your device with the app open
- Long press status bar
Yes. yes, but first they do not have the newest FLEX, second they cannot be used when you have no jailbreak.
OK, you have to fork this repo, modify the autoflex.plist file to include the app bundle id you wanna hook, and run the workflow to get your deb.
No, this deb is self contained, and compiled with all FLEX sources.
More details at https://hope1ess.com/2024/10/09/enhancing-ios-debugging-creating-a-custom-flex-loader-to-any-3rd-party-ios-application/
Based on AutoFLEX by pwnless. Forked to include enhanced Network Export features.

