The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "VFDecrypt"
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: [ |
+ | ** 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
- iDecryptIt
- Creator: 5urd
- Credit: VFDecrypt
- Interface: GUI
- Source Code: SourceForge
- Download: Windows
- VFDecrypt
- Credit: YellowSpace
- Interface: CLI
- Source Code: Google Code Linux, Google Code Intel Mac
- Download: Windows, OS X (Power PC)