mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 15:21:49 +01:00
Fix sshrd for iPod touch 2g
This commit is contained in:
parent
c196f5ba66
commit
ea2d7cf4bf
BIN
resources/patch/iBSS.n72ap.8C148.patch
Normal file
BIN
resources/patch/iBSS.n72ap.8C148.patch
Normal file
Binary file not shown.
BIN
resources/ssh_old.tar
Normal file
BIN
resources/ssh_old.tar
Normal file
Binary file not shown.
49
restore.sh
49
restore.sh
@ -2510,6 +2510,7 @@ device_ramdisk() {
|
|||||||
local key
|
local key
|
||||||
local path
|
local path
|
||||||
local url
|
local url
|
||||||
|
local decrypt
|
||||||
|
|
||||||
case $device_type in
|
case $device_type in
|
||||||
iPod2,1 ) device_target_build="8C148";;
|
iPod2,1 ) device_target_build="8C148";;
|
||||||
@ -2547,34 +2548,48 @@ device_ramdisk() {
|
|||||||
cp $name ../saved/$device_type/ramdisk/
|
cp $name ../saved/$device_type/ramdisk/
|
||||||
fi
|
fi
|
||||||
mv $name $getcomp.orig
|
mv $name $getcomp.orig
|
||||||
"$dir/xpwntool" $getcomp.orig $getcomp.dec -iv $iv -k $key -decrypt
|
if [[ $getcomp == "Kernelcache" && $device_type == "iPod2,1" ]]; then
|
||||||
|
decrypt="-iv $iv -k $key"
|
||||||
|
"$dir/xpwntool" $getcomp.orig $getcomp.dec $decrypt
|
||||||
|
else
|
||||||
|
"$dir/xpwntool" $getcomp.orig $getcomp.dec -iv $iv -k $key -decrypt
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
log "Patch RestoreRamdisk"
|
log "Patch RestoreRamdisk"
|
||||||
"$dir/xpwntool" RestoreRamdisk.dec Ramdisk.raw
|
"$dir/xpwntool" RestoreRamdisk.dec Ramdisk.raw
|
||||||
"$dir/hfsplus" Ramdisk.raw grow 30000000
|
"$dir/hfsplus" Ramdisk.raw grow 30000000
|
||||||
"$dir/hfsplus" Ramdisk.raw untar ../resources/ssh.tar
|
|
||||||
"$dir/xpwntool" Ramdisk.raw Ramdisk.dmg -t RestoreRamdisk.dec
|
|
||||||
|
|
||||||
log "Patch iBSS"
|
if [[ $device_type == "iPod2,1" ]]; then
|
||||||
"$dir/xpwntool" iBSS.dec iBSS.raw
|
"$dir/hfsplus" Ramdisk.raw untar ../resources/ssh_old.tar
|
||||||
"$dir/iBoot32Patcher" iBSS.raw iBSS.patched --rsa
|
"$dir/xpwntool" Ramdisk.raw Ramdisk.dmg -t RestoreRamdisk.dec
|
||||||
"$dir/xpwntool" iBSS.patched iBSS -t iBSS.dec
|
log "Patch iBSS"
|
||||||
|
$bspatch iBSS.orig iBSS ../resources/patch/iBSS.${device_model}ap.$device_target_build.patch
|
||||||
|
log "Patch Kernelcache"
|
||||||
|
mv Kernelcache.dec Kernelcache0.dec
|
||||||
|
$bspatch Kernelcache0.dec Kernelcache.patched ../resources/patch/kernelcache.release.$device_model.patch
|
||||||
|
"$dir/xpwntool" Kernelcache.patched Kernelcache.dec -t Kernelcache.orig $decrypt
|
||||||
|
rm DeviceTree.dec
|
||||||
|
mv DeviceTree.orig DeviceTree.dec
|
||||||
|
else
|
||||||
|
"$dir/hfsplus" Ramdisk.raw untar ../resources/ssh.tar
|
||||||
|
"$dir/xpwntool" Ramdisk.raw Ramdisk.dmg -t RestoreRamdisk.dec
|
||||||
|
log "Patch iBSS"
|
||||||
|
"$dir/xpwntool" iBSS.dec iBSS.raw
|
||||||
|
"$dir/iBoot32Patcher" iBSS.raw iBSS.patched --rsa
|
||||||
|
"$dir/xpwntool" iBSS.patched iBSS -t iBSS.dec
|
||||||
|
log "Patch iBEC"
|
||||||
|
"$dir/xpwntool" iBEC.dec iBEC.raw
|
||||||
|
"$dir/iBoot32Patcher" iBEC.raw iBEC.patched --rsa --debug -b "rd=md0 -v amfi=0xff cs_enforcement_disable=1"
|
||||||
|
"$dir/xpwntool" iBEC.patched iBEC -t iBEC.dec
|
||||||
|
fi
|
||||||
|
|
||||||
log "Patch iBEC"
|
mv iBSS iBEC AppleLogo.dec DeviceTree.dec Kernelcache.dec Ramdisk.dmg ../saved/$device_type/ramdisk 2>/dev/null
|
||||||
"$dir/xpwntool" iBEC.dec iBEC.raw
|
|
||||||
"$dir/iBoot32Patcher" iBEC.raw iBEC.patched --rsa --debug -b "rd=md0 -v amfi=0xff cs_enforcement_disable=1"
|
|
||||||
"$dir/xpwntool" iBEC.patched iBEC -t iBEC.dec
|
|
||||||
|
|
||||||
mv iBSS iBEC AppleLogo.dec DeviceTree.dec Kernelcache.dec Ramdisk.dmg ../saved/$device_type/ramdisk
|
|
||||||
|
|
||||||
device_enter_mode kDFU
|
device_enter_mode kDFU
|
||||||
log "Sending iBSS..."
|
log "Sending iBSS..."
|
||||||
$irecovery -f ../saved/$device_type/ramdisk/iBSS
|
$irecovery -f ../saved/$device_type/ramdisk/iBSS
|
||||||
if [[ $device_target_build == "8"* ]]; then
|
if [[ $device_type != "iPod2,1" ]]; then
|
||||||
mv Kernelcache.dec Kernelcache0.dec
|
|
||||||
$bspatch Kernelcache0.dec Kernelcache.dec ../resources/patch/kernelcache.release.$device_model.patch
|
|
||||||
else
|
|
||||||
sleep 2
|
sleep 2
|
||||||
log "Sending iBEC..."
|
log "Sending iBEC..."
|
||||||
$irecovery -f ../saved/$device_type/ramdisk/iBEC
|
$irecovery -f ../saved/$device_type/ramdisk/iBEC
|
||||||
|
Loading…
Reference in New Issue
Block a user