Difference between revisions of "Baseband Device"

From The iPhone Wiki
Jump to: navigation, search
(X-Gold 608)
(Exploits)
Line 31: Line 31:
 
* [[AT+XEMN Heap Overflow]]
 
* [[AT+XEMN Heap Overflow]]
 
* [[AT+XAPP Vulnerability]]
 
* [[AT+XAPP Vulnerability]]
  +
===[[XMM_6180]]===
  +
None so far...
   
 
==Theoretical Attacks==
 
==Theoretical Attacks==

Revision as of 03:11, 25 June 2010

This is the device in the iPhone that manages all the functions which require an antenna. The baseband processor has its own RAM and firmware in NOR flash, separate from the ARM core resources. The baseband is a resource to the OS. The Wi-Fi and Bluetooth are managed by the main CPU, although the baseband stores their MAC addresses in it's NVRAM.

The iPhone's baseband processor is the S-Gold 2. The iPhone 3G and the iPhone 3GS make use of the X-Gold 608 chip for this purpose.

You can check some Baseband Commands too (by pH and EvilPenguin).

Seczone

This is the area in the baseband where the lock state is stored.

Layout

0x400--NCK token
0xB00--IMEI
0xB10--IMEI signature
0xC00--Locks table

Encryption

Many of the sections are encrypted using TEA based off the CHIPID and NORID. See NCK Brute Force for more info.

Exploits

S-Gold 2

X-Gold 608

XMM_6180

None so far...

Theoretical Attacks

Boot Chain

bootrom->bootloader->firmware