Difference between revisions of "Pwnage"

From The iPhone Wiki
Jump to: navigation, search
Line 1: Line 1:
This has two meanings
+
This exploit is in the [[VROM]]
   
  +
==Exploit==
Pwnage compromises the bootchain of the app processor from the start. This is done using exploits in the [[DFU]]
 
  +
The VROM doesn't sig check the stuff it jumps to in the [[NOR]]. So to use the exploit, one finds a way of writing to the NOR unsigned, either with iBoot hacks or kernel patches.
  +
  +
==Implementation==
  +
* [[Pwnagetool]]

Revision as of 11:20, 27 July 2008

This exploit is in the VROM

Exploit

The VROM doesn't sig check the stuff it jumps to in the NOR. So to use the exploit, one finds a way of writing to the NOR unsigned, either with iBoot hacks or kernel patches.

Implementation