Difference between revisions of "GenPass"

From The iPhone Wiki
Jump to: navigation, search
(Undo revision 22920 by Balloonhead66 (talk) My experience says that it's "S5L8930x." I invite you to try it yourself.)
m (GenPass Usage: This actually has to be lowercase.)
 
(4 intermediate revisions by 2 users not shown)
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 RootFS keys for the filesystem image of an iDevice. It requires a decrypted [[ramdisk]].
   
  +
== Notices ==
Note: in the firmwares, the decryption happens in /usr/sbin/asr, which can be found on the ramdisk.
 
  +
* The decryption happens in <code>/usr/sbin/asr</code> in the decrypted ramdisk.
 
  +
* Mounting the decrypted ramdisk messes with the structure of the image rending GenPass's keys false.
NOTE: I've experienced that running genpass after you've mounted the decrypted ramdisk causes genpass to give a false key.
 
   
 
== 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]]x, [[S5L8940]]x)
+
Platform is the applications processor (i.e.- [[S5L8900|s5l8900]]x, [[S5L8720|s5l8720]]x, [[S5L8920|s5l8920]]x, [[S5L8922|s5l8922]]x, [[S5L8930|s5l8930]]x, [[S5L8940|s5l8940]]x)
 
== Source ==
 
https://github.com/posixninja/genpass
 
   
 
== See also ==
 
== See also ==
 
* [[0rangefreeze]]
 
* [[0rangefreeze]]
   
  +
== External Links ==
[[Category:VFDecrypt]]
 
  +
* [https://github.com/posixninja/genpass Source]
  +
  +
[[Category:Decryption]]
 
[[Category:Hacking Software]]
 
[[Category:Hacking Software]]

Latest revision as of 23:02, 4 January 2016

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