paradiseduo / appdecrypt

appdecrypt is a tool to make decrypt application encrypted binaries on macOS when SIP-enabled (macOS 11.3 or below)
GNU General Public License v3.0
702 stars 96 forks source link

This also works perfectly on iOS #2

Closed dlevi309 closed 3 years ago

dlevi309 commented 3 years ago

Sorry for creating an issue, I just wanted to let you know that this actually works fully on iOS. Unlike flexdecrypt, it doesn't require spawning the executable, and after a couple of tests to confirm this works, I've been able to decrypt + install the final ipa's with no issues.

I created a repo with my build configuration and a pre-compiled binary under releases if you wan't to try this out and maybe integrate iOS support into the main repo. https://github.com/dlevi309/appdecrypt-ios

bastienjalbert commented 2 years ago

@dlevi309 Thanks for feedback. @paradiseduo I'm trying to run the appdecrypt ios binary on TvOS for an iPad app. The output tell me Dump are Success but ipa binary seems still encrypted (running otool -l IpaBinary | grep crypt gave me 1). Any idea ? That the unique software I found to decrypt an application without running it (is that what you mean by spawning the executable ?) I just got a jailbroken Apple Tv currently, and I'm trying to decrypt an iPad ipa