apple-data 1.0.654 → 1.0.656
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/apple_data/asn1_definition.rb +16 -0
- data/lib/apple_data/version.rb +1 -1
- data/lib/apple_data.rb +14 -9
- data/share/cryptex.yaml +103 -0
- data/share/curves.yaml +8 -0
- data/share/fdr.yaml +1 -1
- data/share/img4.yaml +187 -22
- data/share/keys.yaml +3 -9
- data/share/pki.yaml +4 -3
- metadata +4 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 030fa8174d371cbce5172af52b8c8f43f7a744e99edb76ea2146172708a71379
|
|
4
|
+
data.tar.gz: 645a2bb1ae70ffe24633d00f5a46a0fe61759655ab542adcbc5f92bfa4789c59
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 13545b91451163d67c0a8c7e070a06dbec468579ec025235d036adaded5d73b6f03b23f9a3cff22751130530b456ed8b1f6b06cfc1a10f1b58d34d32f2d9cedf
|
|
7
|
+
data.tar.gz: 7175850e98af8ba60225c245969112c94c1dd871ec7aa45bb78ee5be59e1d9b1ec3e26b63a9144ed0b1293903611926d08b1366bb259a78788e9fbd4dc6fa272
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module AppleData
|
|
4
|
+
# An ASN1 definition
|
|
5
|
+
class ASN1Definition
|
|
6
|
+
attr_reader :path
|
|
7
|
+
|
|
8
|
+
def initialize(path)
|
|
9
|
+
@path = path
|
|
10
|
+
end
|
|
11
|
+
|
|
12
|
+
def self.all
|
|
13
|
+
Dir[AppleData.get_path('asn1', '**', '*.asn')].map { |file| File.expand_path(file) }.map { |file| new(file) }
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
data/lib/apple_data/version.rb
CHANGED
data/lib/apple_data.rb
CHANGED
|
@@ -10,11 +10,12 @@ module AppleData
|
|
|
10
10
|
LOADER = Zeitwerk::Loader.new.tap do |loader|
|
|
11
11
|
loader.push_dir(__dir__)
|
|
12
12
|
loader.tag = 'apple-data'
|
|
13
|
-
loader.inflector.
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
loader.inflector.inflect(
|
|
14
|
+
'dsl' => 'DSL',
|
|
15
|
+
'img4' => 'IMG4',
|
|
16
|
+
'pki' => 'PKI',
|
|
17
|
+
'asn1_definition' => 'ASN1Definition'
|
|
18
|
+
)
|
|
18
19
|
loader.setup
|
|
19
20
|
|
|
20
21
|
loader.eager_load_dir(File.join(__dir__, 'apple_data/schemas'))
|
|
@@ -22,15 +23,19 @@ module AppleData
|
|
|
22
23
|
|
|
23
24
|
DEFAULT_APPLE_DATA_SHARE = File.join(File.dirname(__FILE__), '../share/')
|
|
24
25
|
|
|
25
|
-
def get_data(file)
|
|
26
|
-
YAML.load_file(File.join(
|
|
26
|
+
def self.get_data(file)
|
|
27
|
+
YAML.load_file(File.join(AppleData.data_location, file))
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def self.get_path(*parts)
|
|
31
|
+
File.join(AppleData.data_location, *parts)
|
|
27
32
|
end
|
|
28
33
|
|
|
29
34
|
def self.data_location=(location)
|
|
30
|
-
@
|
|
35
|
+
@data_location = location
|
|
31
36
|
end
|
|
32
37
|
|
|
33
38
|
def self.data_location
|
|
34
|
-
@
|
|
39
|
+
@data_location ||= AppleData::DEFAULT_APPLE_DATA_SHARE
|
|
35
40
|
end
|
|
36
41
|
end
|
data/share/cryptex.yaml
ADDED
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
---
|
|
2
|
+
unknown:
|
|
3
|
+
srtl:
|
|
4
|
+
title: Security Research Trust List
|
|
5
|
+
vdrt:
|
|
6
|
+
title: Virtual Device Runtime Trust
|
|
7
|
+
team-ids:
|
|
8
|
+
59GAB85EFG: Xcode
|
|
9
|
+
9B9BMM756K:
|
|
10
|
+
ZL6BUSYGB3: Apple News
|
|
11
|
+
C294W6Q7VB:
|
|
12
|
+
WWDCDEMO14: WorldWide Developer Confrence 2014
|
|
13
|
+
XPSUQMMH5W:
|
|
14
|
+
4GDX6FKXZ3:
|
|
15
|
+
9JA89QQLNQ: Apple App Site Association (AASA
|
|
16
|
+
243LU875E5: Podcasts
|
|
17
|
+
5L582GG73E:
|
|
18
|
+
J465JVPK26:
|
|
19
|
+
J7YC8MX52C:
|
|
20
|
+
5YE77W7KK6:
|
|
21
|
+
64UH4UY526:
|
|
22
|
+
CTL9M94Q8X:
|
|
23
|
+
DK9N2M2GK6: PassKit
|
|
24
|
+
B32K2C2Y92:
|
|
25
|
+
8HPC9RB4KE:
|
|
26
|
+
BDFWW8L6QE:
|
|
27
|
+
859WDYTPW2:
|
|
28
|
+
HW8W63F6SA:
|
|
29
|
+
DUMMYTEAM:
|
|
30
|
+
cryptexes:
|
|
31
|
+
cryptex1:
|
|
32
|
+
generic:
|
|
33
|
+
types:
|
|
34
|
+
dctg:
|
|
35
|
+
supplemental:
|
|
36
|
+
types:
|
|
37
|
+
dctg:
|
|
38
|
+
preboot:
|
|
39
|
+
app:
|
|
40
|
+
types:
|
|
41
|
+
acrt:
|
|
42
|
+
os:
|
|
43
|
+
types:
|
|
44
|
+
scrt:
|
|
45
|
+
safari-downlevel:
|
|
46
|
+
types:
|
|
47
|
+
acrt:
|
|
48
|
+
boot:
|
|
49
|
+
os:
|
|
50
|
+
types:
|
|
51
|
+
scrt: System Cryptex Runtime Trust
|
|
52
|
+
app:
|
|
53
|
+
types:
|
|
54
|
+
acrt: Application Cryptex Runtime Trust
|
|
55
|
+
global:
|
|
56
|
+
pdi:
|
|
57
|
+
types:
|
|
58
|
+
srtl:
|
|
59
|
+
bootability-brain:
|
|
60
|
+
types:
|
|
61
|
+
bbrt: Bootability Brain Runtime Trust
|
|
62
|
+
install-assistant:
|
|
63
|
+
types:
|
|
64
|
+
srtl:
|
|
65
|
+
ota-update-brain:
|
|
66
|
+
types:
|
|
67
|
+
srtl:
|
|
68
|
+
personalized:
|
|
69
|
+
supplemental-ephemeral:
|
|
70
|
+
types:
|
|
71
|
+
srtl:
|
|
72
|
+
supplemental-persistent:
|
|
73
|
+
types:
|
|
74
|
+
srtl:
|
|
75
|
+
ephemeral-cryptex:
|
|
76
|
+
types:
|
|
77
|
+
srtl:
|
|
78
|
+
cryptex-research:
|
|
79
|
+
types:
|
|
80
|
+
srtl:
|
|
81
|
+
mobile-asset-code:
|
|
82
|
+
types:
|
|
83
|
+
dctg:
|
|
84
|
+
mobile-asset-brain:
|
|
85
|
+
types:
|
|
86
|
+
bart:
|
|
87
|
+
engineering-root:
|
|
88
|
+
types:
|
|
89
|
+
srtd:
|
|
90
|
+
trust-cache:
|
|
91
|
+
type:
|
|
92
|
+
srtl:
|
|
93
|
+
pdi:
|
|
94
|
+
type:
|
|
95
|
+
srtl:
|
|
96
|
+
ddi:
|
|
97
|
+
types:
|
|
98
|
+
vdrt:
|
|
99
|
+
srtl:
|
|
100
|
+
metadata:
|
|
101
|
+
description:
|
|
102
|
+
credits: []
|
|
103
|
+
collections: []
|
data/share/curves.yaml
ADDED
data/share/fdr.yaml
CHANGED
data/share/img4.yaml
CHANGED
|
@@ -110,6 +110,7 @@ types:
|
|
|
110
110
|
are object specific.
|
|
111
111
|
common_properties:
|
|
112
112
|
DGST:
|
|
113
|
+
title: Object Digest
|
|
113
114
|
description: The cryptographic digest of the object
|
|
114
115
|
name: Digest
|
|
115
116
|
EKEY:
|
|
@@ -223,6 +224,8 @@ lpol_properties:
|
|
|
223
224
|
access:
|
|
224
225
|
write:
|
|
225
226
|
- macOS
|
|
227
|
+
c1md:
|
|
228
|
+
title: chip cryptex1 mobile asset dfu ap
|
|
226
229
|
coih:
|
|
227
230
|
title: CustomOS Image4 Manifest Hash (coih)
|
|
228
231
|
description: The `coih` is an SHA384 hash of CustomOS Image4 manifest. The payload
|
|
@@ -399,10 +402,8 @@ lpol_properties:
|
|
|
399
402
|
description: Secure Multi-Boot 3 - DEP-allowed MDM Control
|
|
400
403
|
smb5:
|
|
401
404
|
description: Unknown - but known to exist in Factory signing
|
|
402
|
-
snuf:
|
|
403
|
-
description: Staged Nonce For Update Firmware
|
|
404
405
|
spih:
|
|
405
|
-
title:
|
|
406
|
+
title: Cryptex1 manifest Hash
|
|
406
407
|
description: Cryptex1 Image4 Hash (supplimental image hash)
|
|
407
408
|
tbmr:
|
|
408
409
|
tbms:
|
|
@@ -464,7 +465,7 @@ cryptex_properties:
|
|
|
464
465
|
roots:
|
|
465
466
|
- ExtraContent
|
|
466
467
|
snuf:
|
|
467
|
-
title: Software
|
|
468
|
+
title: Software Update Freshness Nonce
|
|
468
469
|
description: SoftwareNonceForUpdateFreshness
|
|
469
470
|
styp:
|
|
470
471
|
title: Cryptex Subtype
|
|
@@ -620,10 +621,10 @@ manifest_properties:
|
|
|
620
621
|
LNCH:
|
|
621
622
|
description: Local Policy Next Cryptographic Hash
|
|
622
623
|
name: ApLocalNonceHash
|
|
624
|
+
META:
|
|
625
|
+
title: Metadata
|
|
623
626
|
Mod#:
|
|
624
627
|
title: Model ID
|
|
625
|
-
mlb#:
|
|
626
|
-
title: Main Logic Board Serial
|
|
627
628
|
RNCH:
|
|
628
629
|
description: Remote Nonce Cryptographic Hash
|
|
629
630
|
RSCH:
|
|
@@ -647,6 +648,8 @@ manifest_properties:
|
|
|
647
648
|
description: Security Mode
|
|
648
649
|
SNON:
|
|
649
650
|
description: SEP Nonce
|
|
651
|
+
SPAY:
|
|
652
|
+
title: SysCfg Payload
|
|
650
653
|
SrNm:
|
|
651
654
|
description: Unit Serial Number
|
|
652
655
|
manifest: true
|
|
@@ -672,7 +675,7 @@ manifest_properties:
|
|
|
672
675
|
description: Apple Connect ID (AppleInternal)
|
|
673
676
|
type: integer
|
|
674
677
|
esdm:
|
|
675
|
-
description: Extended Security Domain
|
|
678
|
+
description: Extended Security Domain
|
|
676
679
|
type: integer
|
|
677
680
|
alias:
|
|
678
681
|
- esdm-fuses
|
|
@@ -708,12 +711,14 @@ manifest_properties:
|
|
|
708
711
|
lpol:
|
|
709
712
|
description: Local Policy
|
|
710
713
|
manx:
|
|
714
|
+
mlb#:
|
|
715
|
+
title: Main Logic Board Serial
|
|
711
716
|
mmap:
|
|
712
717
|
description: Memory Map
|
|
713
718
|
nsih:
|
|
714
719
|
description: Next Stage Image4 Hash
|
|
715
720
|
nsph:
|
|
716
|
-
description:
|
|
721
|
+
description: prospective cryptex1 manifest hash
|
|
717
722
|
oppd:
|
|
718
723
|
title: Owner Password Permission Delegation
|
|
719
724
|
prtp:
|
|
@@ -764,7 +769,7 @@ manifest_properties:
|
|
|
764
769
|
description: SHA2 os some kind - sep/system subject key identifier?
|
|
765
770
|
type: binary
|
|
766
771
|
stng:
|
|
767
|
-
description:
|
|
772
|
+
description: Prospective Local Policy Generation
|
|
768
773
|
svrn:
|
|
769
774
|
description: Server nonce
|
|
770
775
|
tatp:
|
|
@@ -772,10 +777,6 @@ manifest_properties:
|
|
|
772
777
|
name: Ap,TargetType
|
|
773
778
|
roots:
|
|
774
779
|
- ManifestKey-DataCenter
|
|
775
|
-
META:
|
|
776
|
-
title: Metadata
|
|
777
|
-
SPAY:
|
|
778
|
-
title: SysCfg Payload
|
|
779
780
|
uidm:
|
|
780
781
|
description: UID Mixing (Entanglement)
|
|
781
782
|
type: boolean
|
|
@@ -1080,24 +1081,34 @@ objects:
|
|
|
1080
1081
|
xsys:
|
|
1081
1082
|
description: x86 System Root Hash
|
|
1082
1083
|
img4_tags:
|
|
1084
|
+
0Cfg:
|
|
1083
1085
|
ADCL:
|
|
1084
1086
|
description: Apple Display Calibration
|
|
1087
|
+
ADDA:
|
|
1088
|
+
AMNM:
|
|
1089
|
+
title: Allow Mix-n-Match
|
|
1085
1090
|
BCAL:
|
|
1086
1091
|
title: Bluetooth Calibration
|
|
1092
|
+
BICS:
|
|
1087
1093
|
BLDS:
|
|
1088
1094
|
description: Boot LocalPolicy Digest String?
|
|
1095
|
+
BNCH:
|
|
1096
|
+
title: Boot Nonce
|
|
1089
1097
|
BNCN:
|
|
1090
1098
|
title: Board Nonce
|
|
1091
1099
|
BTBF:
|
|
1092
1100
|
title: Bluetooth Taurus Calibration Data
|
|
1093
1101
|
CBAT:
|
|
1094
1102
|
title: Charger Input Limit Calibration
|
|
1103
|
+
CEPO:
|
|
1104
|
+
title: Certificate Epoch
|
|
1095
1105
|
CLHS:
|
|
1096
1106
|
description: Chained LocalPolicy Hash String
|
|
1097
|
-
SDOM:
|
|
1098
|
-
title: Security Domain
|
|
1099
1107
|
Coor:
|
|
1100
1108
|
title: Country of Origin
|
|
1109
|
+
Csta:
|
|
1110
|
+
DGST:
|
|
1111
|
+
title: Object Digest
|
|
1101
1112
|
DPCl:
|
|
1102
1113
|
title: Primary Calibration Matrix
|
|
1103
1114
|
DPRO:
|
|
@@ -1114,33 +1125,44 @@ img4_tags:
|
|
|
1114
1125
|
EKEY:
|
|
1115
1126
|
title: Effective Key Type
|
|
1116
1127
|
EPRO:
|
|
1117
|
-
title: Effective
|
|
1128
|
+
title: Effective Production Status
|
|
1118
1129
|
ESEC:
|
|
1119
|
-
title: Effective Security
|
|
1130
|
+
title: Effective Security Mode
|
|
1120
1131
|
GLCl:
|
|
1121
1132
|
title: Gamma Tables Calibration
|
|
1122
1133
|
GYTT:
|
|
1123
1134
|
title: Gyroscope Temperature Calibration
|
|
1135
|
+
HMHC:
|
|
1136
|
+
title: Chained Manifest Hash
|
|
1137
|
+
HmCA:
|
|
1138
|
+
HmCl:
|
|
1139
|
+
LCfg:
|
|
1140
|
+
LPEM:
|
|
1124
1141
|
MLB#:
|
|
1125
1142
|
title: Main Logic Board Serial Number
|
|
1126
1143
|
MdlC:
|
|
1127
1144
|
title: Model Configuration
|
|
1128
1145
|
PAYP:
|
|
1129
1146
|
description:
|
|
1147
|
+
PRST:
|
|
1130
1148
|
PRTT:
|
|
1131
1149
|
title: Pressure Temperature Compensation Table
|
|
1132
1150
|
PxCL:
|
|
1133
1151
|
title: Proximity Calibration Data
|
|
1134
1152
|
RMd#:
|
|
1135
1153
|
title: Regional Model Number
|
|
1136
|
-
|
|
1137
|
-
|
|
1154
|
+
Rcvr:
|
|
1155
|
+
SDOM:
|
|
1156
|
+
title: Security Domain
|
|
1157
|
+
SPAY:
|
|
1138
1158
|
SPTM:
|
|
1139
1159
|
description: Secure Page Table Monitor
|
|
1140
1160
|
SpTS:
|
|
1141
1161
|
title: Speaker Thiele-Small Parameters
|
|
1142
1162
|
SwBh:
|
|
1143
1163
|
title: Software Behaviour (GreenTea)
|
|
1164
|
+
TBIC:
|
|
1165
|
+
UCAL:
|
|
1144
1166
|
WCAL:
|
|
1145
1167
|
title: Wireless Calibration
|
|
1146
1168
|
ache:
|
|
@@ -1150,18 +1172,47 @@ img4_tags:
|
|
|
1150
1172
|
aciw:
|
|
1151
1173
|
description:
|
|
1152
1174
|
adba:
|
|
1175
|
+
add2:
|
|
1176
|
+
title: Chip AP DDI SHA2 384
|
|
1153
1177
|
ader:
|
|
1154
1178
|
description:
|
|
1155
1179
|
agfi:
|
|
1156
1180
|
description:
|
|
1181
|
+
am1d:
|
|
1182
|
+
title: cryptex1 mobile asset dfu
|
|
1157
1183
|
anid:
|
|
1158
1184
|
anrd:
|
|
1159
1185
|
description: Apple Notarized Ram Disk
|
|
1160
1186
|
aofi:
|
|
1161
1187
|
description: Always on Firmware Image
|
|
1188
|
+
ap00:
|
|
1189
|
+
title: Chip AP Software FF00
|
|
1190
|
+
ap01:
|
|
1191
|
+
title: Chip AP Software FF01
|
|
1192
|
+
ap06:
|
|
1193
|
+
title: Chip AP Software FF06
|
|
1194
|
+
apc0:
|
|
1195
|
+
title: Chip AP Cryptex0
|
|
1196
|
+
apd2:
|
|
1197
|
+
title: Chip AP PDI SHA2 384
|
|
1198
|
+
apdc:
|
|
1199
|
+
title: Chip AP ACDC
|
|
1200
|
+
apin:
|
|
1201
|
+
apkc:
|
|
1202
|
+
title: Chip AP KCInstall
|
|
1203
|
+
apln:
|
|
1204
|
+
title: Chip AP Local Prospective
|
|
1162
1205
|
apmv:
|
|
1163
1206
|
title: OS Version
|
|
1164
1207
|
description:
|
|
1208
|
+
aprd:
|
|
1209
|
+
title: Chip AP Reduced
|
|
1210
|
+
aps2:
|
|
1211
|
+
title: Chip AP SHA2 384
|
|
1212
|
+
apsr:
|
|
1213
|
+
title: AP Security Research Cryptex Nonce
|
|
1214
|
+
aptk:
|
|
1215
|
+
title: AP Ticket
|
|
1165
1216
|
arms:
|
|
1166
1217
|
title: ARM Size
|
|
1167
1218
|
ater:
|
|
@@ -1170,39 +1221,94 @@ img4_tags:
|
|
|
1170
1221
|
description:
|
|
1171
1222
|
auac:
|
|
1172
1223
|
description:
|
|
1224
|
+
bCfg:
|
|
1173
1225
|
batf:
|
|
1174
1226
|
title: Battery Firmware
|
|
1175
1227
|
berb:
|
|
1176
|
-
time:
|
|
1177
|
-
title: Timestamp
|
|
1178
1228
|
bles:
|
|
1179
1229
|
description:
|
|
1230
|
+
bmfh:
|
|
1231
|
+
title: Boot Manifest Hash
|
|
1232
|
+
boid:
|
|
1233
|
+
title: Boot UUID
|
|
1234
|
+
c1ab:
|
|
1235
|
+
title: Chip Cryptex1 Asset Brain
|
|
1236
|
+
c1ai:
|
|
1237
|
+
title: Chip Cryptex1 Mobile Asset Code Installer AP
|
|
1238
|
+
c1am:
|
|
1239
|
+
title: Chip Cryptex1 Mobile Asset
|
|
1240
|
+
c1br:
|
|
1241
|
+
title: Chip Cryptex1 Boot Reduced
|
|
1242
|
+
c1bt:
|
|
1243
|
+
title: Chip Cryptex1 Boot AP
|
|
1244
|
+
c1bv:
|
|
1245
|
+
title: Chip Cryptex1 Boot Verification
|
|
1246
|
+
c1fs:
|
|
1247
|
+
title: Chip Cryptex1 Safari Downlevel
|
|
1248
|
+
c1g0:
|
|
1249
|
+
title: Chip Cryptex1 Generic Cryptex0
|
|
1250
|
+
c1gn:
|
|
1251
|
+
title: Chip Cryptex1 Generic AP
|
|
1252
|
+
c1nb:
|
|
1253
|
+
title: CHIP_CRYPTEX1_BOOT_AP_PROSPECTIVE
|
|
1254
|
+
c1rp:
|
|
1255
|
+
title: Chip Cryptex1 Reduced Prospective
|
|
1256
|
+
c1sm:
|
|
1257
|
+
title: Cryptex1 simulator
|
|
1258
|
+
c1v2:
|
|
1259
|
+
title: Chip Cryptex1 Boot VMA2
|
|
1260
|
+
c1vn:
|
|
1261
|
+
title: Chip Cryptex1 Boot VMA2 Clone
|
|
1262
|
+
c1vr:
|
|
1263
|
+
title: Chip Cryptex1 Boot Boot AV Reduced Verification
|
|
1264
|
+
c1vv:
|
|
1265
|
+
title: Chip Cryptex1 Boot VMA2 Verification
|
|
1266
|
+
cCfg:
|
|
1267
|
+
cLTH:
|
|
1180
1268
|
cfel:
|
|
1181
1269
|
title: CFELoader
|
|
1182
1270
|
description:
|
|
1183
1271
|
firmware_name: CFELoader
|
|
1272
|
+
ciof:
|
|
1184
1273
|
cker:
|
|
1185
1274
|
description: Chained Kernel for Recovery
|
|
1186
1275
|
recovery: true
|
|
1187
1276
|
ckih:
|
|
1188
1277
|
description: Chained Kernel Image4 Hash
|
|
1278
|
+
clas:
|
|
1279
|
+
title: Cryptex1 product class
|
|
1189
1280
|
clid:
|
|
1190
1281
|
description: Class Identifier
|
|
1191
1282
|
cmsv:
|
|
1192
1283
|
description:
|
|
1284
|
+
cnch:
|
|
1285
|
+
title: cryptex1 boot nonce hash
|
|
1286
|
+
cncn:
|
|
1287
|
+
title: Cryptex1 boot nonce
|
|
1193
1288
|
cphy:
|
|
1194
1289
|
title: USB-C Physical Controller
|
|
1290
|
+
cptx:
|
|
1291
|
+
title: srdp cryptex
|
|
1292
|
+
dBIC:
|
|
1195
1293
|
dCfg:
|
|
1196
1294
|
title: Device Configuration
|
|
1295
|
+
dLTH:
|
|
1296
|
+
dPSF:
|
|
1297
|
+
dSrc:
|
|
1197
1298
|
dali:
|
|
1198
1299
|
description:
|
|
1199
1300
|
data:
|
|
1200
1301
|
description:
|
|
1302
|
+
dcpf:
|
|
1201
1303
|
diag:
|
|
1202
1304
|
description: Diagnostic (AHT) Image
|
|
1203
1305
|
firmware_name: Diags
|
|
1204
1306
|
disk:
|
|
1205
1307
|
description:
|
|
1308
|
+
dvdi:
|
|
1309
|
+
title: Developer Disk Image
|
|
1310
|
+
eCfg:
|
|
1311
|
+
edcp:
|
|
1206
1312
|
efib:
|
|
1207
1313
|
description: EFI Bootloader
|
|
1208
1314
|
eg0n:
|
|
@@ -1220,6 +1326,9 @@ img4_tags:
|
|
|
1220
1326
|
eply:
|
|
1221
1327
|
esca:
|
|
1222
1328
|
description: Emulated System Certificate Authority
|
|
1329
|
+
faus:
|
|
1330
|
+
fdr1:
|
|
1331
|
+
fdr2:
|
|
1223
1332
|
fdrs:
|
|
1224
1333
|
description: Factory Debug Recovery System
|
|
1225
1334
|
fdrt:
|
|
@@ -1229,7 +1338,8 @@ img4_tags:
|
|
|
1229
1338
|
file:
|
|
1230
1339
|
description:
|
|
1231
1340
|
fpgt:
|
|
1232
|
-
description:
|
|
1341
|
+
description: Factory Pre-Release Global Trust
|
|
1342
|
+
fsca:
|
|
1233
1343
|
ftot:
|
|
1234
1344
|
description: Factory Trust Operations Test
|
|
1235
1345
|
fuos:
|
|
@@ -1241,6 +1351,8 @@ img4_tags:
|
|
|
1241
1351
|
description:
|
|
1242
1352
|
glyc:
|
|
1243
1353
|
description: Gyroscope Calibration
|
|
1354
|
+
gmdp:
|
|
1355
|
+
title: Personalized Disk Image
|
|
1244
1356
|
gtcd:
|
|
1245
1357
|
gtgv:
|
|
1246
1358
|
hash:
|
|
@@ -1258,16 +1370,35 @@ img4_tags:
|
|
|
1258
1370
|
description: Hypervisor OS Partition 0 (`dom0`)
|
|
1259
1371
|
hypr:
|
|
1260
1372
|
description: Hypervisor Related
|
|
1373
|
+
i4ct:
|
|
1374
|
+
title: Image4 Certificate Type
|
|
1261
1375
|
iCCl:
|
|
1262
1376
|
title: iCloud Activation Lock Clear
|
|
1377
|
+
iLAC:
|
|
1378
|
+
idia:
|
|
1263
1379
|
ienv:
|
|
1264
1380
|
description: Install Environment?
|
|
1381
|
+
ifw1:
|
|
1382
|
+
ifw2:
|
|
1265
1383
|
inst:
|
|
1266
1384
|
title: Key Instance
|
|
1267
1385
|
isor:
|
|
1268
1386
|
description:
|
|
1269
1387
|
itst:
|
|
1270
1388
|
description: Installer Test?
|
|
1389
|
+
jCfg:
|
|
1390
|
+
kcrf:
|
|
1391
|
+
name: Kernel Cache Read-Only File Offset
|
|
1392
|
+
kcrz:
|
|
1393
|
+
name: Kernel Cache Read-Only File Size
|
|
1394
|
+
kcwf:
|
|
1395
|
+
name: Kernel Cache Write File Offset
|
|
1396
|
+
kcwz:
|
|
1397
|
+
name: Kernel Cache Write File Size
|
|
1398
|
+
kcxf:
|
|
1399
|
+
name: Kernel Cache Execute File Offset
|
|
1400
|
+
kcxz:
|
|
1401
|
+
name: Kernel Cache Execute File Size
|
|
1271
1402
|
kdlv:
|
|
1272
1403
|
description: Kernel Linker Version
|
|
1273
1404
|
lamo:
|
|
@@ -1276,11 +1407,17 @@ img4_tags:
|
|
|
1276
1407
|
description: Locker - Used for Effaceable Storage end Obliteration
|
|
1277
1408
|
lcrt:
|
|
1278
1409
|
title: Lynx Certificate
|
|
1410
|
+
lnch:
|
|
1411
|
+
title: Cryptex1 live nonce hash
|
|
1412
|
+
lndm:
|
|
1413
|
+
title: Nonce Domain
|
|
1414
|
+
lpbt:
|
|
1279
1415
|
lphp:
|
|
1280
1416
|
description: Local Policy Hash Protection?
|
|
1281
1417
|
lpol:
|
|
1282
1418
|
ltrs:
|
|
1283
1419
|
description: Local TrustStore Recovery System?
|
|
1420
|
+
mCfg:
|
|
1284
1421
|
manx:
|
|
1285
1422
|
description:
|
|
1286
1423
|
ment:
|
|
@@ -1299,6 +1436,9 @@ img4_tags:
|
|
|
1299
1436
|
title: Machine Specific Register Filter
|
|
1300
1437
|
name:
|
|
1301
1438
|
description:
|
|
1439
|
+
ndom:
|
|
1440
|
+
description: Nonce Domain
|
|
1441
|
+
nefw:
|
|
1302
1442
|
nrde:
|
|
1303
1443
|
description: Native Ramdisk Environment
|
|
1304
1444
|
nsrv:
|
|
@@ -1336,12 +1476,19 @@ img4_tags:
|
|
|
1336
1476
|
description: Encrypted Private Key / Private Key Info / Private Recovery Identity?
|
|
1337
1477
|
prot:
|
|
1338
1478
|
ptrp:
|
|
1479
|
+
rLAS:
|
|
1339
1480
|
rbmt:
|
|
1340
1481
|
description: Restore Boot Monitor?
|
|
1341
1482
|
firmware_name: RBM
|
|
1342
1483
|
rddg:
|
|
1343
1484
|
description: Ramdisk for Debugging
|
|
1344
1485
|
refk:
|
|
1486
|
+
ros0:
|
|
1487
|
+
ros1:
|
|
1488
|
+
ros2:
|
|
1489
|
+
ros3:
|
|
1490
|
+
rsch:
|
|
1491
|
+
title: Research Mode
|
|
1345
1492
|
rspt:
|
|
1346
1493
|
title: Restore Secure Page Table Monitor
|
|
1347
1494
|
rtpf:
|
|
@@ -1378,8 +1525,15 @@ img4_tags:
|
|
|
1378
1525
|
description:
|
|
1379
1526
|
tics:
|
|
1380
1527
|
description:
|
|
1528
|
+
time:
|
|
1529
|
+
title: Timestamp
|
|
1530
|
+
tmuf:
|
|
1531
|
+
trxm:
|
|
1532
|
+
title: Trusted Execution Monitor
|
|
1381
1533
|
tstp:
|
|
1382
1534
|
title: Testing Product
|
|
1535
|
+
type:
|
|
1536
|
+
title: Cryptex1 Chip Type
|
|
1383
1537
|
tz0s:
|
|
1384
1538
|
title: TrustZone EL0 Size
|
|
1385
1539
|
ucer:
|
|
@@ -1392,10 +1546,21 @@ img4_tags:
|
|
|
1392
1546
|
description:
|
|
1393
1547
|
vkdl:
|
|
1394
1548
|
description: Virtual Kernel Linker
|
|
1549
|
+
vma2:
|
|
1550
|
+
title: Chip VMA2
|
|
1551
|
+
vman:
|
|
1552
|
+
title: Chip VMA2 Clone
|
|
1553
|
+
vnum:
|
|
1554
|
+
title: Long OS Version
|
|
1555
|
+
vpdc:
|
|
1556
|
+
title: Chip VMA2 ACDC
|
|
1395
1557
|
ware:
|
|
1396
1558
|
description: VMWare?
|
|
1559
|
+
xDCl:
|
|
1397
1560
|
xugs:
|
|
1398
1561
|
description: x64 User System Disk
|
|
1562
|
+
zine:
|
|
1563
|
+
title: Magazine psudo-descriptor
|
|
1399
1564
|
der:
|
|
1400
1565
|
uikp:
|
|
1401
1566
|
description: UIK Public
|
data/share/keys.yaml
CHANGED
|
@@ -12,9 +12,7 @@ derrived_keys:
|
|
|
12
12
|
2101:
|
|
13
13
|
type: uid
|
|
14
14
|
data: 1334440654591915542993625911497130241
|
|
15
|
-
description:
|
|
16
|
-
|
|
17
|
-
'
|
|
15
|
+
description: Used for data protection.
|
|
18
16
|
2102:
|
|
19
17
|
type: uid
|
|
20
18
|
data: 1192299414131223233912285359034425728
|
|
@@ -44,16 +42,12 @@ derrived_keys:
|
|
|
44
42
|
2202:
|
|
45
43
|
type: uid
|
|
46
44
|
data: 291263742049262950426416465193106933345
|
|
47
|
-
description:
|
|
45
|
+
description: Used on A4 devices. A device-specific key. It is used to encrypt
|
|
48
46
|
the SHSH blobs on the device.
|
|
49
|
-
|
|
50
|
-
'
|
|
51
47
|
2203:
|
|
52
48
|
type: uid
|
|
53
49
|
data: 32226505706565189832158137978565999945
|
|
54
|
-
description:
|
|
55
|
-
|
|
56
|
-
'
|
|
50
|
+
description: It is used to encrypt the data partition key.
|
|
57
51
|
2211:
|
|
58
52
|
type: uid
|
|
59
53
|
mode: AES-256-CBC
|
data/share/pki.yaml
CHANGED
|
@@ -108,7 +108,8 @@ oids:
|
|
|
108
108
|
found_in:
|
|
109
109
|
- ucrt
|
|
110
110
|
- dcrt-oid
|
|
111
|
-
|
|
111
|
+
symbols:
|
|
112
|
+
- CTOidItemAppleImg4Manifest
|
|
112
113
|
issuers:
|
|
113
114
|
- Basic Attestation User Sub CA2
|
|
114
115
|
- FDRDC-UCRT-SUBCA
|
|
@@ -143,8 +144,6 @@ oids:
|
|
|
143
144
|
1.2.840.113635.100.6.1.4:
|
|
144
145
|
apple_description: Apple World Wide Developer Relations Certificates for Code
|
|
145
146
|
Signing GM from developer to Apple
|
|
146
|
-
1.2.840.113635.100.6.8:
|
|
147
|
-
name: appleImg4Manifest
|
|
148
147
|
1.2.840.113635.100.6.16:
|
|
149
148
|
name: appleSecureEnclaveFDRCommands
|
|
150
149
|
description: A sequence of FDR programming commands, seperated by ";". Each command
|
|
@@ -263,6 +262,8 @@ oids:
|
|
|
263
262
|
1.2.840.113635.100.6.71.1:
|
|
264
263
|
description: Made for iDevice (MFi) - Authentication v4 - Apple Accessory Properties
|
|
265
264
|
Extension
|
|
265
|
+
1.2.840.113635.100.6.8:
|
|
266
|
+
name: appleImg4Manifest
|
|
266
267
|
1.2.840.113635.100.6.9:
|
|
267
268
|
title: appleSomeSHA256Hash
|
|
268
269
|
1.2.840.113635.100.7.1.1:
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: apple-data
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.656
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rick Mark
|
|
@@ -92,6 +92,7 @@ extra_rdoc_files:
|
|
|
92
92
|
files:
|
|
93
93
|
- README.md
|
|
94
94
|
- lib/apple_data.rb
|
|
95
|
+
- lib/apple_data/asn1_definition.rb
|
|
95
96
|
- lib/apple_data/data_file.rb
|
|
96
97
|
- lib/apple_data/dsl/collection_definition.rb
|
|
97
98
|
- lib/apple_data/dsl/data_file_definition.rb
|
|
@@ -123,6 +124,8 @@ files:
|
|
|
123
124
|
- share/coprocessor.yaml
|
|
124
125
|
- share/cores.yaml
|
|
125
126
|
- share/credits.yaml
|
|
127
|
+
- share/cryptex.yaml
|
|
128
|
+
- share/curves.yaml
|
|
126
129
|
- share/debug.yaml
|
|
127
130
|
- share/defaults.yaml
|
|
128
131
|
- share/device_tree.yaml
|