Difference between revisions of "SDOM"

From The iPhone Wiki
Jump to: navigation, search
m
m (RXTC Security Domain)
 
(7 intermediate revisions by 3 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 production device has the value <code>kImage3SecurityDomainDarwin</code> (<code>0x01</code>). <code>kImage3SecurityDomainManufacturer</code> (<code>0x00</code>) and <code>kImage3SecurityDomainRtxc</code> (<code>0x03</code>) are 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]]:
 
* [[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}}

Latest revision as of 23:39, 21 April 2020

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 production device has the value kImage3SecurityDomainDarwin (0x01). kImage3SecurityDomainManufacturer (0x00) and kImage3SecurityDomainRtxc (0x03) are 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.