View Single Post
  #1  
Old 10-20-2016, 13:36
sope sope is offline
Friend
 
Join Date: May 2016
Posts: 14
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 7
Thanks Rcvd at 14 Times in 8 Posts
sope Reputation: 0
Lightbulb r2Clutch to decrypt iOS Applications

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.
Reply With Quote