@NickIN wrote:
Hi,
Decrypting iOS applications using Radare2
r2Clutch.py
https://github.com/as0ler/r2clutch
Usage: python r2Clutch.py
Download the r2pipe 0.8.8
Pipe interface for radare2
https://pypi.python.org/pypi/r2pipeIf you are on iOS ver 7.1.2
change applicationPathapplicationPath = "/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!
Posts: 3
Participants: 3