The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "GenPass"
m |
m (it says "S5L8930 for ipad" in the source readme.) |
||
Line 7: | Line 7: | ||
== GenPass Usage == |
== GenPass Usage == |
||
./genpass <platform> <ramdisk> <filesystem> |
./genpass <platform> <ramdisk> <filesystem> |
||
− | Platform is the applications processor (i.e.- [[S5L8900]]x, [[S5L8720]]x, [[S5L8920]]x, [[S5L8922]]x, [[S5L8930]] |
+ | Platform is the applications processor (i.e.- [[S5L8900]]x, [[S5L8720]]x, [[S5L8920]]x, [[S5L8922]]x, [[S5L8930]], [[S5L8940]]) |
== Source == |
== Source == |
Revision as of 00:06, 17 December 2011
GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires either a decrypted restore or update ramdisk.
Note: in the firmwares, the decryption happens in /usr/sbin/asr, which can be found on the ramdisk.
NOTE: I've experienced that running genpass after you've mounted the decrypted ramdisk causes genpass to give a false key.
GenPass Usage
./genpass <platform> <ramdisk> <filesystem>
Platform is the applications processor (i.e.- S5L8900x, S5L8720x, S5L8920x, S5L8922x, S5L8930, S5L8940)
Source
https://github.com/posixninja/genpass