The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "GenPass"
m |
m (→GenPass Usage: This actually has to be lowercase.) |
||
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]]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) |
== See also == |
== See also == |
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)