https://github.com/itsnebulalol/permasigner 🖊 Permanently signs IPAs on jailbroken iDevices (persists on stock).
Permasigner
🖊 Permanently signs IPAs on jailbroken iDevices 14.0-14.8.1 (persists on stock).
How does it work?
In iOS 14.0-14.8.1, there is a bug where CoreTrust will allow any root certificate. Although the bug exists on iOS 15.0-15.4.1, it can not be abused (yet) since you need to be jailbroken at first to place the app in the /Applications folder. This bug does not exist on anything older than iOS 14.
This script makes a deb file for you based on an IPA. Tested only with Taurine, but should work with many others.
Based on the resign_taurine branch of CoreTrustDemo , please note that certificates are not copyrightable.
Note: unc0ver will probably fail to jailbreak. It works for some people but not everyone.
Prerequsites
Mac OS X 10.5.0 (?) or later, or Linux
Both codesign and ldid can be used on macOS.
On macOS, brew is required
Jailbroken iDevice on 14.0-14.8.1
The device needs to be jailbroken at first to place the app in the /Applications folder. After installing it'll continue working on stock.
Python 3 installed on the PC
This can be installed with brew on macOS (brew install python3
), or your favorite package manager on Linux (sudo apt install python3
).
How to use
Open a terminal
Terminal in the Utilities folder/spotlight on macOS if not sure.
Ctrl + Shift + T to open up a terminal on most Linux distros.
Clone this repository: git clone https://github.com/itsnebulalol/permasigner && cd permasigner
If this fails, install git with Xcode dev tools on macOS. On Linux, install it with your favorite package manager; ex. (sudo apt install git
).
[macOS only] Install dpkg using brew : brew install dpkg
Install all requirements: pip install -r requirements.txt
or pip3 install -r requirements.txt
[OPTIONAL] If you have extra entitlements, add them in app.entitlements
If not sure, keep it how it is.
Run the script: python main.py
or python3 main.py
[macOS only] If you'd like the script to use codesign instead, pass -c
or --codesign
.
[Linux only] If you get an error that curl isn't found, install it using your favorite package manage; ex. sudo apt install curl
.
Install the newly created deb file on your iDevice
macOS users, airdropping the file is probably the easiest.
Linux users can use something like Dropbox or Mega; advanced users can use openssh-sftp-server
from Procursus.
Reboot to stock, the app will still work!
In Progress
Credits
anyone who sent a pull request or issue! Your contribution helps a lot!
Other Stuff