Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.14 KB

File metadata and controls

37 lines (29 loc) · 2.14 KB

Omega

(formerly BlacklistBeGone)

Clears app revoke and certificate validity databases on iOS, for sideloaders.

Join our Discord!

Warning

Make a backup before using this tool JUST IN CASE. We are not responsible for any damages that this may cause to your device, so use at your own risk.

Usage

Requirements

Steps

  1. Disable Find My on your device. This is required to restore the partial backup, you can re-enable it after you're done.
  2. Connect your device to your computer via USB.
  3. Run omega.py with your Python install.
  4. Profit

Info

iOS stores certain databases containing information on which sideloaded apps are revoked and the validity of signing certificates at /var/db/MobileIdentityData/ and /var/protected/trustd/.

Using partial backups, we can restore these files and clear them, or replace them with directories.

This tool replaces the databases with directories of the same name, which causes the system to fail when attempting to write to them, therefore preventing your device from "remembering" any revokes or blacklisted certificates.

Credits