apple-data 1.0.614 → 1.0.615

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c9c22295e3a683a11d32db712b116a58bd66a15a247dd80321d7e21739f7af8
4
- data.tar.gz: 9954cd40591f68d6272a8224178618e2e2e37d1e247f6034f52e46db080b2e71
3
+ metadata.gz: b7d8eae0d73bb8f217a8a89d2973c4c5fe3f2a0b5730b37ff86eeb1a27ca824f
4
+ data.tar.gz: ac9f2168a131ed5de8135f4763223328cf503fdcc8b372acd127e5d5e4785f84
5
5
  SHA512:
6
- metadata.gz: 99ed3bab32ab580e35d3072dcee95bcb1b2d12968eed677940dfbbdc89cb8f23ca9ddd329283fc8be4a1dc11a50924e5d830e20c5c990b3e8dc110e1cf89bda4
7
- data.tar.gz: 3f133c5c6f6ab802b91925b3b9fe4e3665ecc847223bcffd4e3d45bef0c6e5c121c1786fc53a0c315bd77119513f4fa87f3c68cac85b5754a3bd3b38856c6598
6
+ metadata.gz: fcc35693e51fcad9d31ae9a4de290ce521694f603957ce7485f2456624d1411026eeee12d05bbc8d5ee32627655cf100f000c80000a144922038aa57c349eba8
7
+ data.tar.gz: bb59652087e034e987cc7ec7313e367675b21d6e62dbb1cafeacfcec1c68e5694d84669359c533f37ea238bd4f4dad3559056f050463b8323fde69ee5f04e721
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AppleData
4
- VERSION = '1.0.614'
4
+ VERSION = '1.0.615'
5
5
  end
data/share/img4.yaml CHANGED
@@ -571,8 +571,8 @@ manifest_properties:
571
571
  psmh:
572
572
  description: previous stage manifest hash
573
573
  rcfg:
574
- description: Appears in certificates issues by factory such as `T6031-SDOM1-TssLive-ManifestKey-RevA-Factory`. Potentially
575
- indicates that the policy is for a recovery boot only.
574
+ description: Appears in certificates issues by factory such as `T6031-SDOM1-TssLive-ManifestKey-RevA-Factory`.
575
+ Potentially indicates that the policy is for a recovery boot only.
576
576
  type: boolean
577
577
  Regn:
578
578
  description: Region Code
@@ -582,7 +582,7 @@ manifest_properties:
582
582
  rfcg:
583
583
  type: boolean
584
584
  RNCH:
585
- description:
585
+ description: Remote Nonce Cryptographic Hash
586
586
  RSCH:
587
587
  description: Research mode
588
588
  rsch:
@@ -607,12 +607,11 @@ manifest_properties:
607
607
  SECM:
608
608
  description: Security Mode
609
609
  sei3:
610
- description: Secure Enclave ID (alternate)? Appears to have a value identical
611
- to `seid`. Used for non domain0 (`hyp0`)
610
+ description: Secure Enclave ID for EL3 Appears to have a value identical to `seid`.
612
611
  seid:
613
612
  description: Secure Enclave ID - Root Domain
614
613
  sika:
615
- description: System/Sealed Identity Key Protection? (Fuee)
614
+ description: System Identity Key Access
616
615
  SNON:
617
616
  description: SEP Nonce
618
617
  snon:
@@ -635,13 +634,16 @@ manifest_properties:
635
634
  description: Thunderbolt MAC Address
636
635
  manifest: true
637
636
  UID_MODE:
637
+ title: UID as GID Key Mode
638
638
  type: boolean
639
639
  request: true
640
- description: Use UID key instead of GID key for firmware keybags
640
+ description: Used to create keybags for the UID instead of the GID key, such as
641
+ the use of `sepi` or booted SEP image firmware (as SEP hibernation data is crypted
642
+ with the devices UID rather then the GID).
641
643
  see:
642
644
  - uidm
643
645
  uidm:
644
- description: UID Mode
646
+ description: UID Mode (Enabled)
645
647
  type: boolean
646
648
  roots:
647
649
  - ManifestKey-DataCenter
@@ -724,6 +726,10 @@ objects:
724
726
  recovery: true
725
727
  dven:
726
728
  description: Display Vendor Data
729
+ esca:
730
+ description: Effective Software CA
731
+ fsca:
732
+ description: Factory Software CA
727
733
  ftab:
728
734
  description: Factory Trust - Auto Boot FTAB images (used for devices such as AirPods,
729
735
  etc) are "hacktivated" or pre-APTicket'ed devices as they lack either a restore
@@ -838,7 +844,7 @@ objects:
838
844
  scef:
839
845
  description: SEP Firmware (Boot Firmware without RAM Image)
840
846
  sepi:
841
- description: SEP Image (Boot and RAM Image)
847
+ description: SEP Image (Booted RAM Image / Hibernation Data)
842
848
  type: string
843
849
  encoding: sha2-384
844
850
  metadata:
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.614
4
+ version: 1.0.615
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rick Mark