mirror of
https://github.com/LukeZGD/Legacy-iOS-Kit.git
synced 2024-12-24 23:31:48 +01:00
Update kloader
This commit is contained in:
parent
bc9bd88c15
commit
678cf355f9
@ -102,9 +102,9 @@
|
|||||||
- [futurerestore version](https://github.com/futurerestore/futurerestore/) used on macOS
|
- [futurerestore version](https://github.com/futurerestore/futurerestore/) used on macOS
|
||||||
- [idevicerestore](https://github.com/libimobiledevice/idevicerestore) - libimobiledevice; [LukeZGD fork](https://github.com/LukeZGD/idevicerestore)
|
- [idevicerestore](https://github.com/libimobiledevice/idevicerestore) - libimobiledevice; [LukeZGD fork](https://github.com/LukeZGD/idevicerestore)
|
||||||
- [idevicererestore](https://github.com/LukeZGD/daibutsuCFW/tree/main/src/idevicererestore) from daibutsuCFW (used on custom IPSW restores for A5/A6 devices)
|
- [idevicererestore](https://github.com/LukeZGD/daibutsuCFW/tree/main/src/idevicererestore) from daibutsuCFW (used on custom IPSW restores for A5/A6 devices)
|
||||||
- [kloader](https://www.youtube.com/watch?v=fh0tB6fp0Sc)
|
- [kloader from axi0mX](https://github.com/axi0mX/ios-kexec-utils/blob/master/kloader)
|
||||||
- [kloader5 for iOS 5](https://www.pmbonneau.com/cydia/com.pmbonneau.kloader5_1.2_iphoneos-arm.deb)
|
- [kloader from Odysseus](https://www.youtube.com/watch?v=fh0tB6fp0Sc) (used on iOS 10 only)
|
||||||
- [kloader_hgsp for iOS 10](https://twitter.com/nyan_satan/status/945203180522045440) (used on h3lix only)
|
- [kloader_hgsp from nyan_satan](https://twitter.com/nyan_satan/status/945203180522045440) (used on h3lix only)
|
||||||
- [partial-zip](https://github.com/matteyeux/partial-zip)
|
- [partial-zip](https://github.com/matteyeux/partial-zip)
|
||||||
- [zenity](https://github.com/GNOME/zenity); [macOS/Windows builds](https://github.com/ncruces/zenity)
|
- [zenity](https://github.com/GNOME/zenity); [macOS/Windows builds](https://github.com/ncruces/zenity)
|
||||||
- 32-bit bundles from [OdysseusOTA](https://www.youtube.com/watch?v=Wo7mGdMcjxw), [OdysseusOTA2](https://www.youtube.com/watch?v=fh0tB6fp0Sc), [alitek12](https://www.mediafire.com/folder/b1z64roy512wd/FirmwareBundles), [gjest](https://www.reddit.com/r/jailbreak/comments/6yrzzj/release_firmware_bundles_for_ios_841_ipad21234567/) (modified bundles for daibutsuCFW)
|
- 32-bit bundles from [OdysseusOTA](https://www.youtube.com/watch?v=Wo7mGdMcjxw), [OdysseusOTA2](https://www.youtube.com/watch?v=fh0tB6fp0Sc), [alitek12](https://www.mediafire.com/folder/b1z64roy512wd/FirmwareBundles), [gjest](https://www.reddit.com/r/jailbreak/comments/6yrzzj/release_firmware_bundles_for_ios_841_ipad21234567/) (modified bundles for daibutsuCFW)
|
||||||
|
Binary file not shown.
BIN
resources/kloader2
Executable file
BIN
resources/kloader2
Executable file
Binary file not shown.
Binary file not shown.
@ -769,12 +769,9 @@ device_enter_mode() {
|
|||||||
echo "chmod +x /tmp/kloader*" > kloaders
|
echo "chmod +x /tmp/kloader*" > kloaders
|
||||||
if [[ $device_det == 1 ]]; then
|
if [[ $device_det == 1 ]]; then
|
||||||
echo '[[ $(uname -a | grep -c "MarijuanARM") == 1 ]] && /tmp/kloader_hgsp /tmp/pwnediBSS || \
|
echo '[[ $(uname -a | grep -c "MarijuanARM") == 1 ]] && /tmp/kloader_hgsp /tmp/pwnediBSS || \
|
||||||
/tmp/kloader /tmp/pwnediBSS' >> kloaders
|
/tmp/kloader2 /tmp/pwnediBSS' >> kloaders
|
||||||
sendfiles+=("../resources/kloader_hgsp")
|
sendfiles+=("../resources/kloader_hgsp")
|
||||||
sendfiles+=("../resources/kloader")
|
sendfiles+=("../resources/kloader2")
|
||||||
elif [[ $device_det == 5 ]]; then
|
|
||||||
echo "/tmp/kloader5 /tmp/pwnediBSS" >> kloaders
|
|
||||||
sendfiles+=("../resources/kloader5")
|
|
||||||
else
|
else
|
||||||
echo "/tmp/kloader /tmp/pwnediBSS" >> kloaders
|
echo "/tmp/kloader /tmp/pwnediBSS" >> kloaders
|
||||||
sendfiles+=("../resources/kloader")
|
sendfiles+=("../resources/kloader")
|
||||||
|
Loading…
Reference in New Issue
Block a user