Skip to content

Commit 2d57218

Browse files
committed
Update iBoot32Patcher (temp fix/workaround for rsa patch issue on 3.x)
1 parent 9c5a53f commit 2d57218

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

bin/linux/arm64/iBoot32Patcher

240 Bytes
Binary file not shown.

bin/linux/x86_64/iBoot32Patcher

176 Bytes
Binary file not shown.

bin/macos/arm64/iBoot32Patcher

-16.1 KB
Binary file not shown.

bin/macos/iBoot32Patcher

-16 Bytes
Binary file not shown.

restore.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4097,7 +4097,7 @@ ipsw_prepare_ios4multipart() {
40974097
bootargs="pio-error=0 -v"
40984098
fi
40994099
if [[ $device_target_vers == "4.2"* ]]; then
4100-
bootargs+=" cs_enforcement_disable=1 amfi=0xff"
4100+
bootargs+=" amfi=0xff cs_enforcement_disable=1"
41014101
fi
41024102
ExtraArr+=("-b" "$bootargs" "--debug")
41034103
patch_iboot "${ExtraArr[@]}"

0 commit comments

Comments
 (0)