IOS app decrypt

From Hawk Wiki
Revision as of 02:55, 16 October 2014 by Hall (Talk | contribs) (Created page with "1. Using MAC OS X<br> 2. Using dumpdecrypted. github link https://github.com/stefanesser/dumpdecrypted <pre> git clone git@github.com:stefanesser/dumpdecrypted.git #My phone...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1. Using MAC OS X
2. Using dumpdecrypted. github link [[1]]

git clone git@github.com:stefanesser/dumpdecrypted.git

#My phone is iOS 7, so I do not need to change the make file
make


3. Upload dumpdecrypted.dylib to iphone, then ssh to iphone

iPhone:~ root# DYLD_INSERT_LIBRARIES=dumpdecrypted.dylib /var/mobile/Applications/xx-xxxx-xx/Scan.app/Scan mach-o decryption dumper

Then Scan.decrypted will be saved to current directory Run this to verify if it's decrypted.

iPhone:~ root# class-dump-z Scan.decrypted