Difference between revisions of "SDOM"

From The iPhone Wiki
Jump to: navigation, search
(Devices: iPhone 5s/5c.)
(0x01 is kImage3SecurityDomainDarwin)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''SDOM''' ('''Security DOMain''') tag specifies the device that the firmware is supposed to be ran on. It allows Apple to make sure you are not running another device's firmware files on an incompatible device, probably to prevent using old exploits.
+
The '''SDOM''' ('''Security DOMain''') tag specifies the device that the firmware is supposed to be ran on. It allows Apple to make sure you are not running another device's firmware files on an incompatible device, probably to prevent using old exploits. It can be found next to the <code>ApSecurityDomain</code> in the BuildManifest.plist of an IPSW. Every device has the value <code>kImage3SecurityDomainDarwin</code> (<code>0x01</code>), <code>kImage3SecurityDomainManufacturer</code> (<code>0x00</code>) is unused in public builds.
 
== Devices ==
 
* [[iPhone]]
 
** [[m68ap|2G]]:
 
** [[n82ap|3G]]:
 
** [[n88ap|3GS]]: 0x01
 
** [[iPhone 4]]
 
*** [[n90ap|GSM]]:
 
*** [[n90bap|GSM Rev A]]:
 
*** [[n92ap|CDMA]]:
 
** [[n94ap|4S]]:
 
** [[iPhone 5]]
 
*** [[n41ap|GSM]]:
 
*** [[n42ap|Global]]:
 
** [[iPhone 5c]]
 
*** [[n48ap|GSM]]:
 
*** [[n49ap|Global]]:
 
** [[iPhone 5s]]
 
*** [[n51ap|GSM]]:
 
*** [[n53ap|Global]]:
 
* [[iPod touch]]
 
** [[n45ap|1G]]:
 
** [[n72ap|2G]]:
 
** [[n18ap|3G]]: 0x01
 
** [[n81ap|4G]]:
 
** [[iPod touch 5G|5G]]:
 
* [[iPad]]
 
** [[k48ap|1G]]:
 
** [[iPad 2]]
 
*** [[k93ap|Wi-Fi]]:
 
*** [[k94ap|GSM]]:
 
*** [[k95ap|CDMA]]:
 
*** [[k93aap|Wi-Fi Rev A]]:
 
** [[iPad 3]]
 
*** [[j1ap|Wi-Fi]]:
 
*** [[j2ap|GSM]]:
 
*** [[j2aap|Global]]:
 
** [[iPad 4]]
 
*** [[p101ap|Wi-Fi]]:
 
*** [[p102ap|GSM]]:
 
*** [[p103ap|Global]]:
 
* [[iPad mini]]
 
** [[iPad mini 1G]]
 
*** [[p105ap|Wi-Fi]]:
 
*** [[p106ap|GSM]]:
 
*** [[p107ap|Global]]:
 
* [[Apple TV]]
 
** [[k66ap|2G]]:
 
** [[j33ap|3G]]:
 
   
 
{{stub|firmware}}
 
{{stub|firmware}}

Revision as of 03:22, 8 February 2018

The SDOM (Security DOMain) tag specifies the device that the firmware is supposed to be ran on. It allows Apple to make sure you are not running another device's firmware files on an incompatible device, probably to prevent using old exploits. It can be found next to the ApSecurityDomain in the BuildManifest.plist of an IPSW. Every device has the value kImage3SecurityDomainDarwin (0x01), kImage3SecurityDomainManufacturer (0x00) is unused in public builds.

Tango Utilities-terminal.png This firmware article is a "stub", an incomplete page. Please add more content to this article and remove this tag.