Skip to content

Yves000/TrollDecryptJB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

So basically, it's a TrollDecrypt

But it can help you download iOS app that require higher iOS minimum in Appstore and then decrypt it.

Did it actually work?

Bascially yes, at some point. On the source code I publish, sometimes it works, sometimes don't, I'll explain the method details. If you want to contribute to it then the PR is on top of the page! You're welcome!

How did the decrypt 'works'?

So on a random day, DuyTran told me that he saw a reddit post that someone said an online telegram bot can decrypt iOS that require minimum is iOS 26, I also remember myself i used to install higher iOS app on my iPhone with appstoretroller (thanks to Mineek and Nathan) to install app.
The author of the post seems not sharing the method but luckily DuyTran found it out. He started lldb and attach --waitfor it, run until right before the app loaded fully FairPlay (LC_ENCRYPTION_INFO/LC_ENCRYPTION_INFO64) and hit abort(). From that we can decrypt the app without need it fully running/loaded, just make sure the app is loaded at least 0x4000 pages right after run and then decrypt the FairPlay and it's done.

So how it's going?

Thanks to 82flex, it seems to be working on iOS 15-16 based on lldb.

visionOS Support

TrollDecryptJB can decrypt visionOS apps on a jailbroken iPhone — no Vision Pro jailbreak needed. Enable "visionOS Support" in the about menu to allow installation and decryption of visionOS apps.

Requirements:

  • Dopamine jailbreak (uses jbctl trustcache add which is not available on palera1n)

Current limitations:

  • Only third-party visionOS-exclusive apps from the App Store are supported
  • Apple's own visionOS apps do not work
  • Universal apps that also have an iPhone version in the App Store are currently not supported

Credits

About

Higher iOS IPA Decrypter for JB

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

No contributors

Languages

  • C 66.9%
  • Objective-C 29.5%
  • Python 2.3%
  • Other 1.3%