Fairplay DRM - CraigDonkin/ios-testing GitHub Wiki

Does the App have DRM?

  • All apps from iTunes will have fair play DRM
  • The following will return 0 if the binary is decrypted
otool -l app | grep LC_Encryption_INFP -A 4

Decrypting iOS Apps

Dump Decrypted

https://github.com/stefanesser/dumpdecrypted

DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Containers/Bundle/Application/{GUID}/yourApp.app/yourApp

Clutch

https://github.com/KJCracks/Clutch/releases http://cydia.iphonecake.com

clutch -I 
clutch -d <app-id>

BFInject (iOS 11)

https://github.com/BishopFox/bfinject#decrypt-app-store-apps

bfinject -P {APP} -L decrypt

⚠️ **GitHub.com Fallback** ⚠️