initial code for dumping imessages in a reasonable format

This commit is contained in:
Jeffrey Paul
2014-02-09 00:30:49 +01:00
parent c0021efb13
commit 9dd7628f04
157 changed files with 24178 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
DEPRECATED: use the python version instead
Decrypts files data forks in raw iOS 4 disk images.
Reads encryption keys from plist file named after the volume ID.
The plist file must have at least the EMF and DKey fields set.
For now the tool decrypts the data forks but does not mark the files as
"decrypted" : running it twice on the same image will produce garbage.
Interrupting the process will also leave the image "half decrypted".
Uses planetbeing/dev team HFS implementation
https://github.com/planetbeing/xpwn
Only builds on Mac OS X, requires CoreFoundation for plist access.