Difference between revisions of "GenPass"

From The iPhone Wiki
Jump to: navigation, search
(Changed Category.)
m
Line 1: Line 1:
GenPass generates the VFDecrypt keys for the filesystem image of an iDevice. It requires a decrypted [[ramdisk]].
+
GenPass generates the RootFS keys for the filesystem image of an iDevice. It requires a decrypted [[ramdisk]].
   
 
== Notices ==
 
== Notices ==

Revision as of 20:46, 28 August 2013

GenPass generates the RootFS 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