Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnless authored Oct 9, 2024
1 parent d9b3dd2 commit bc59e31
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# AutoFLEX
Auto inject [FLEX](https://github.com/FLEXTool/FLEX) to any iOS app!

## Features
* 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.

## Install
**Do NOT install the deb directly**, the released deb is not for direct installation.
Instead, you must use sideloady or other ipa patcher to patch this deb into ipa.
Expand All @@ -13,4 +19,4 @@ It basically inject beloved FLEX debugger into any iOS application.
Yes. yes, but first they __do not have the newest FLEX__, second they cannot be used when you have no jailbreak.

## Yes but I absolutley want to install this deb directly!
OK, you have to fork this repo, modify the control file to include the app bundle id you wanna hook, and run the workflow to get your deb.
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.

0 comments on commit bc59e31

Please sign in to comment.