Skip to content

ipadkid358/UnfairPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnfairPlay

A new approach at iOS app decryption

Electra is a modern jailbreak by Coolstar. One of the issues is that apps do not respect DYLD_INSERT_LIBRARIES unless some special calls are made. I attemped to "platformize" apps with this method, and it failed. I wrote this tool to use existing features of the jailbreak to load libraries into a target binary instead.

Thanks to lordscotland

The decryption library used was written by lordscotland, and is available on his dump repository