mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
update
This commit is contained in:
parent
68e254a5af
commit
768400540b
BIN
resources/patch/iBEC.n90ap.RELEASE.patch
Normal file
BIN
resources/patch/iBEC.n90ap.RELEASE.patch
Normal file
Binary file not shown.
Binary file not shown.
@ -2122,7 +2122,7 @@ device_remove4() {
|
|||||||
device_enter_mode pwnDFU
|
device_enter_mode pwnDFU
|
||||||
log "Patching iBSS..."
|
log "Patching iBSS..."
|
||||||
$bspatch iBSS_8L1.dfu pwnediBSS resources/patches/iBSS.n90ap.8L1.patch
|
$bspatch iBSS_8L1.dfu pwnediBSS resources/patches/iBSS.n90ap.8L1.patch
|
||||||
log "Booting iBSS..."
|
log "Sending iBSS..."
|
||||||
$irecovery -f pwnediBSS
|
$irecovery -f pwnediBSS
|
||||||
sleep 2
|
sleep 2
|
||||||
log "Running commands..."
|
log "Running commands..."
|
||||||
@ -2206,9 +2206,11 @@ shsh_save_onboard() {
|
|||||||
ipsw_path_set
|
ipsw_path_set
|
||||||
device_enter_mode kDFU
|
device_enter_mode kDFU
|
||||||
patch_ibec
|
patch_ibec
|
||||||
|
log "Sending iBEC..."
|
||||||
$irecovery -f pwnediBEC
|
$irecovery -f pwnediBEC
|
||||||
sleep 5
|
sleep 5
|
||||||
device_find_mode Recovery
|
device_find_mode Recovery
|
||||||
|
log "Dumping blobs now"
|
||||||
(echo -e "/send ../resources/payload\ngo blobs\n/exit") | ${irecovery}2 -s
|
(echo -e "/send ../resources/payload\ngo blobs\n/exit") | ${irecovery}2 -s
|
||||||
${irecovery}2 -g myblob.dump
|
${irecovery}2 -g myblob.dump
|
||||||
$irecovery -n
|
$irecovery -n
|
||||||
|
Loading…
Reference in New Issue
Block a user