This is an automated archive made by the Lemmit Bot.

The original was posted on /r/jailbreak by /u/pwn1ess on 2024-10-10 01:44:16+00:00.


AutoFLEX

I’m very sure most of you have used FLEX debugger, it is a very powerful tool for tweak developing, in fact most of my tweak development relies on it.

But FLEX official does not provide any instruments to inject itself into any 3rd party app, and here I present you AutoFLEX!

Why?

Yes we have FLEXing or FLEXList tweak, but what if you wanna develop tweaks without jb?

And also, they uses old version of FLEX.

Last week I tried to build tweaks for my iPad(iOS 16.6.1, no jb available, only bootstrap), I tried all FLEX related stuffs in zebra manager and nothing works, FLEX just won’t show in my app .Eventually I come up with this tweak that compile all FLEX stuffs into one deb.

How to use it

You can’t blindly install this deb. This deb can only be injected by sideloadly or other ipa patching tool to your ipa, and your app will open FLEX as soon as they launch.

This effectively works in every iOS version since you can sideload in latest version as well.

If you really want to install a deb that works, modify the plist so it hooks your app’s bundle id.

Github repo: