Are Background Security Improvements supported? #1146
Jonathan-David7
started this conversation in
General
Replies: 1 comment 1 reply
-
|
ya you use the Extract the base cryptex volumes from it: ❯ ipsw ota patch rsr <base_ota>.aea --output /tmp/PATCHES/
• Patching cryptex-app to /tmp/PATCHES/23D8133__iPhone17,1/AppOS/094-25810-058.dmg
• Patching cryptex-system-arm64e to /tmp/PATCHES/23D8133__iPhone17,1/SystemOS/094-26339-058.dmgNow apply the BSI patch on top: ❯ ipsw ota patch rsr --input /tmp/PATCHES/23D8133__iPhone17,1/ \
--output /tmp/PATCHES/ \
<BSI>.aea
• Patching cryptex-app to /tmp/PATCHES/23D771330a__iPhone17,1/AppOS/043-62774-021.dmg
• Patching cryptex-system-arm64e to /tmp/PATCHES/23D771330a__iPhone17,1/SystemOS/043-61970-021.dmgYou now have the patched cryptex DMGs. Mount and poke around: ❯ open /tmp/PATCHES/23D771330a__iPhone17,1/SystemOS/043-61970-021.dmg
❯ find /Volumes/*Cryptex*/ -name "dyld_shared_cache*" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I was wondering if Background Security Improvements are supported by patching them to an OTA file.
I suppose their mechanism is pretty similar to that of RSRs back in the day? If supported, is the API in
ipswsimilar?Beta Was this translation helpful? Give feedback.
All reactions