IBoot (Bootloader)

From The iPhone Wiki
Revision as of 02:44, 27 June 2009 by Dialexio (talk | contribs) (The iPhone 3GS should join in on the fun, too.)
Jump to: navigation, search

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.

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.