VFDecrypt

From The iPhone Wiki
Revision as of 15:43, 27 April 2015 by 5urd (talk | contribs) (update)
Jump to: navigation, search

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