Difference between revisions of "Ramdisk Hack"

From The iPhone Wiki
Jump to: navigation, search
(New page: This allows unsigned ramdisks to be booted. It was first publicized by ZiPhone ==Credit== The dev team ==Exploit== Passing boot args specifying a ramdisk in ram > 0x9C000000 all...)
 
Line 8: Line 8:
   
 
==Implementation==
 
==Implementation==
*[[PwnageTool]]
+
* [[PwnageTool]]
*[[ZiPhone]]
+
* [[ZiPhone]]
  +
* [[iPhoneLinux]]thru the [[pwnage]] exploit

Revision as of 20:08, 28 July 2008

This allows unsigned ramdisks to be booted. It was first publicized by ZiPhone

Credit

The dev team

Exploit

Passing boot args specifying a ramdisk in ram > 0x9C000000 allows any ramdisk to be booted.

Implementation