Difference between revisions of "GenPass"

From The iPhone Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires either a decrypted restore or update ramdisk.
+
GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires a decrypted [[ramdisk]].
   
 
== Notices ==
 
== Notices ==

Revision as of 23:14, 20 June 2012

GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires a decrypted ramdisk.

Notices

  • The decryption happens in /usr/sbin/asr in the decrypted ramdisk.
  • Mounting the decrypted ramdisk messes with the structure of the image rending GenPass's keys false.

GenPass Usage

./genpass <platform> <ramdisk> <filesystem>

Platform is the applications processor (i.e.- S5L8900x, S5L8720x, S5L8920x, S5L8922x, S5L8930x, S5L8940x)

See also

External Links