Decrypting iOS applications using Radare2 --- r2Clutch

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!

2 个赞

Definitely looks great and I personally love rd2.

The only real question is, why should I abandon my current analysis environment and install this new one

Great work !