Hi,
Decrypting iOS applications using Radare2
r2Clutch.py
Usage: python r2Clutch.py
Download the r2pipe 0.8.8
Pipe interface for radare2
If you are on iOS ver 7.1.2
change applicationPath
applicationPath = “/User/Containers/Bundle/Application”
to
applicationPath = “/var/mobile/Applications/”
in file r2Clutch.py
Your decrypted file will be inside below folder.
/var/tmp/r2clutch
Cheers!