Difference between revisions of "DeviceTree"

From The iPhone Wiki
Jump to: navigation, search
(The tool is not a decrypter...)
(redirect fix)
Line 5: Line 5:
 
== See Also ==
 
== See Also ==
 
* [[xpwntool]]
 
* [[xpwntool]]
* [[n88ap|iPhone 3GS]]'s [[N88AP Device Tree|Device Tree]]
+
* [[n88ap|iPhone 3GS]]'s [[n88ap/Device Tree|Device Tree]]
   
 
== External Links ==
 
== External Links ==

Revision as of 22:26, 30 October 2012

The device tree is a representation of hardware used by the boot loaders (iOS's iBoot and OS X's boot.efi) to provide the kernel with a mapping of hardware. The tree is a hierarchical representation of devices by connection, somewhat similar to Solaris's device tree (/devices), and Linux's /sys/devices. It is used extensively by the boot loader, as it populates the various entries of the tree, and then passes it to XNU (the kernel). XNU's platform expert then maps these addresses and uses them to communicate with the I/O buses and other low level hardware.

The device tree is packaged as an IMG3 file and is located in the IPSW at /Firmware/?. They are the same for every firmware for the device they are for, however, the keys are different every build.

See Also

External Links