Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m (update)
m (update)
Line 23: Line 23:
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Interface: [[Wikipedia:Graphical user interface|GUI]]
 
** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge]
 
** Source Code: [https://sourceforge.net/p/idecryptit/code/HEAD/tree/trunk/ SourceForge]
** Download: [https://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.02.0.2E64.zip/download Windows]
+
** Download: [http://sourceforge.net/projects/idecryptit/files/8.x/iDecryptIt_8.13.0.2F38.zip/download Windows]
   
 
* VFDecrypt<!--
 
* VFDecrypt<!--

Revision as of 15:43, 27 April 2015

VFDecrypt is a program originally intended to decrypt FileVault-encrypted images. It is capable of decrypting the root filesystem image of iOS, with the appropriate key.

Usage

Linux: ./vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg
Windows: vfdecrypt -i<dmg location> -k<key> -o<out location>.dmg

Each build is different. To get the syntax for your build, run the program with no arguments. Some builds require the parameters to be in the exact order as above (-i-k-o). Most builds require there be no space between the option and the parameter (i.e. -kf43e, not -k f43e).

Downloads