Difference between revisions of "S5L8720"

From The iPhone Wiki
Jump to: navigation, search
(Exploits: Capitzalization consistency, for Dialexio's sake)
Line 11: Line 11:
 
===[[VROM (S5L8720)|Bootrom]]===
 
===[[VROM (S5L8720)|Bootrom]]===
 
* [[0x24000 Segment Overflow]] - MB models only
 
* [[0x24000 Segment Overflow]] - MB models only
* [[usb_control_msg(0xA1, 1) Exploit]]
+
* [[usb_control_msg(0xA1, 1) Exploit]] - MC and MB models
   
 
===[[Firmware|Userland]]===
 
===[[Firmware|Userland]]===

Revision as of 22:52, 22 September 2010

This is the Application Processor used on the iPod Touch 2G.

Exploits

iBoot / Kernel Level

Note: iBoot on the S5L8720 can be downgraded, allowing any of these exploits to be used on future firmwares

Bootrom

Userland

Boot Chain

VROM->LLB->iBoot->Kernel->System Software

It is definitely worthy to note that the Pwnage exploit is fixed because the images are now flashed to the NOR in their encrypted IMG3 containers, and the bootrom can properly check LLB's signature. That being said, unsigned images can still be run using the 0x24000 Segment Overflow, provided the bootrom is old enough.

See Also

External Links