An iOS device sideloading tool ZSign ported to iOS using C++ and bridging headers. Tweak Injection was made using OpenSSL for load binary editing and ZSign to sign tweaks for installation. (Dylib, Deb, Framework)
#shit code
I made this to prove how it was possible to exploit signing capibilities on iOS and install apps locally with an http proxy. ThirdSign's signing uses next to 0 compression making it extremely fast in most usecases.
-
Go to the releases tab and download the latest app zip file.
-
Extract the zip and open the .xcodeproj file.
-
In the Signing and Capabilities section in the main project change the signing team to your own developer account.
-
Build the app and run it. Using a simulator will not work due to do both importing apps and the package files being built for iOS.

