Difference between revisions of "IBoot (Bootloader)"

From The iPhone Wiki
Jump to: navigation, search
m (The iPhone 3GS should join in on the fun, too.)
(Commands used as an exploit vector)
Line 5: Line 5:
 
* Before it was fixed in 2.0 beta 6, the [[diags]] command would jump to code at the address provided to it. For example, if you sent "diags 0x9000000", it would directly jump to the code at 0x9000000. There is now a check that only allows engineering devices to utilize this backdoor.
 
* Before it was fixed in 2.0 beta 6, the [[diags]] command would jump to code at the address provided to it. For example, if you sent "diags 0x9000000", it would directly jump to the code at 0x9000000. There is now a check that only allows engineering devices to utilize this backdoor.
 
* In the iPod Touch 2G firmware 2.1.1 iBoot (iBoot version 385.22), the [[ARM7 Go]] command could be used to run a payload on the ARM7 in the iPod Touch 2G.
 
* In the iPod Touch 2G firmware 2.1.1 iBoot (iBoot version 385.22), the [[ARM7 Go]] command could be used to run a payload on the ARM7 in the iPod Touch 2G.
  +
* There's an iBoot exploit in iPhone 3GS firmware 3.0, which is not disclosed yet.
   
 
==OpeniBoot==
 
==OpeniBoot==

Revision as of 10:05, 29 June 2009

This is Apple's bootloader for the S5L8900, S5L8720, and S5L8920. It runs what is known as Recovery Mode. It has an interactive interface which can be used over USB or serial.

Commands used as an exploit vector

There are already two public exploits in which commands in iBoot have been used in order to run unsigned code:

  • Before it was fixed in 2.0 beta 6, the diags command would jump to code at the address provided to it. For example, if you sent "diags 0x9000000", it would directly jump to the code at 0x9000000. There is now a check that only allows engineering devices to utilize this backdoor.
  • In the iPod Touch 2G firmware 2.1.1 iBoot (iBoot version 385.22), the ARM7 Go command could be used to run a payload on the ARM7 in the iPod Touch 2G.
  • There's an iBoot exploit in iPhone 3GS firmware 3.0, which is not disclosed yet.

OpeniBoot

There is an open source version of iBoot being made so that Linux on the iPhone will work. You can check out the source here. It is VERY useful if you are ever reversing iBoot and do not feel like finding out what certain hardware registers are yourself.