Difference between revisions of "VFDecrypt"

From The iPhone Wiki
Jump to: navigation, search
m (update)
m
Line 2: Line 2:
   
 
== Usage ==
 
== 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 (<code>-i-k-o</code>). Most builds require there be no space between the option and the parameter (i.e. <code>-kf43e</code>, not <code>-k&nbsp;f43e</code>).
 
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 (<code>-i-k-o</code>). Most builds require there be no space between the option and the parameter (i.e. <code>-kf43e</code>, not <code>-k&nbsp;f43e</code>).
   

Revision as of 03:31, 12 February 2016

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

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