The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "S5L8720"
(→Exploits) |
(→Boot Chain) |
||
Line 17: | Line 17: | ||
==Boot Chain== |
==Boot Chain== |
||
− | [[ |
+ | [[VROM]]->[[LLB]]->[[iBoot]]->[[Kernel]]->[[Firmware|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 File Format|IMG3]] containers, and the [[ |
+ | 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 File Format|IMG3]] containers, and the [[S5L8720 (Bootrom)|bootrom]] can properly check [[LLB]]'s signature. That being said, unsigned images can still be run using the [[0x24000 Segment Overflow]], provided the [[S5L8720 (Bootrom)|bootrom]] is [[iBoot-240.4|old enough]]. |
==See Also== |
==See Also== |
Revision as of 03:34, 8 August 2010
This is the Application Processor used on the iPod Touch 2G.
Contents
Exploits
iBoot / Kernel Level
Note: iBoot on the S5L8720 can be downgraded, allowing any of these exploits to be used on future firmwares
- ARM7 Go - Firmware v2.1.1
- iBoot Environment Variable Overflow - 3.1 beta 3 and below
- usb_control_msg(0x21, 2) Exploit - 3.1.2 and below
Bootrom
Userland
- MobileBackup Copy Exploit - Firmware 3.1.3 and below
- BPF STX Kernel Write Exploit - Firmware 3.1.3 and below
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.