Hi,
New tool to decrypt iOS applications r2Clutch.
https://github.com/as0ler/r2clutch
Usage: python r2Clutch.py
Download the pipe interface for radare2
https://pypi.python.org/pypi/r2pipe
Change applicationPath depending on your iOS ver.
HTML Code:
applicationPath = "/User/Containers/Bundle/Application"
to
applicationPath = "/var/mobile/Applications/" <<-- for iOS 7.1.2
inside the file r2Clutch.py
Decrypted file stored in /tmp/r2clutch folder.
Cheers! Sope!
PS: Note you need radare installed for it to work.