├── .DS_Store ├── Create-Restore.sh ├── Jailbreak-Old.sh ├── Jailbreak.sh ├── Partition.sh ├── Patch-Partition-Old.sh ├── Patch-Partition.sh ├── README.md ├── Reinstall-App.sh ├── Required-Fix.sh ├── Restore.sh ├── ios4.sh ├── support_files ├── .DS_Store ├── 4.3 │ ├── .DS_Store │ ├── App │ │ ├── .DS_Store │ │ └── 4tify.app │ │ │ ├── 4tify │ │ │ ├── Info.plist │ │ │ ├── icon.png │ │ │ └── runasroot │ ├── File_System │ │ ├── .DS_Store │ │ ├── dd │ │ ├── dmg │ │ └── pzb │ └── Patches │ │ ├── .DS_Store │ │ ├── applelogo │ │ ├── boot.sh │ │ ├── devicetree │ │ ├── fstab │ │ ├── iBEC.img3 │ │ ├── iBSS.patched │ │ ├── kernelcache │ │ ├── ramdisk │ │ └── runasroot └── 7.1.2 │ ├── .DS_Store │ ├── Jailbreak │ ├── .DS_Store │ ├── APT.tar │ ├── Cydia.tar │ ├── bigbosshackertools_1.3.2-2.deb │ ├── com.apple.springboard.plist │ ├── com.nyansatan.dualbootstuff_1.0.7a.deb │ ├── coreutils_8.12-13_iphoneos-arm.deb │ ├── cydia-lproj_1.1.12_iphoneos-arm.deb │ ├── cydia_1.1.9_iphoneos-arm.deb │ ├── dd │ ├── fstab │ ├── irecovery_prt │ ├── openssh_6.7p1-13_iphoneos-arm.deb │ ├── openssl_0.9.8zg-13_iphoneos-arm.deb │ ├── org.thebigboss.repo.icons_1.0.deb │ ├── panguaxe │ ├── panguaxe-APT.tar │ ├── panguaxe.tar │ └── tar │ ├── Ramdisk │ ├── .DS_Store │ ├── .irecovery │ ├── 038-5512-003.dmg │ ├── 058-1056-002.dmg │ ├── DeviceTree.n90ap.img3 │ ├── DeviceTree.n90ap2.img3 │ ├── JAILBREAK-GUIDE.md │ ├── LICENSE │ ├── Makefile │ ├── README.md │ ├── SHAtter.py │ ├── SHAtter.pyc │ ├── aes-keys │ │ └── S5L8920-firmware │ ├── alloc8.py │ ├── alloc8.pyc │ ├── bin │ │ ├── 24Kpwn-shellcode.bin │ │ ├── SHAtter-shellcode.bin │ │ ├── alloc8-shellcode.bin │ │ ├── checkm8_arm64.bin │ │ ├── checkm8_armv7.bin │ │ ├── ibss-flash-nor-shellcode.bin │ │ ├── limera1n-shellcode.bin │ │ ├── steaks4uce-shellcode.bin │ │ ├── t8010_t8011_disable_wxn_arm64.bin │ │ ├── usb_0xA1_2_arm64.bin │ │ └── usb_0xA1_2_armv7.bin │ ├── checkm8.py │ ├── checkm8.pyc │ ├── device_platform.py │ ├── device_platform.pyc │ ├── dfu.py │ ├── dfu.pyc │ ├── dfuexec.py │ ├── dfuexec.pyc │ ├── iBEC.n90ap.RELEASE.dfu │ ├── iBEC │ │ ├── .DS_Store │ │ └── iBEC.n90ap.RELEASE.dfu │ ├── iBEC2.n90ap.RELEASE.dfu │ ├── iBECz │ ├── iBSS.n90ap.RELEASE.dfu │ ├── iBSS2.n90ap.RELEASE.dfu │ ├── iBSSz │ ├── iRecovery (old) │ │ ├── .DS_Store │ │ └── irecovery2 │ ├── ibootpatcher │ ├── image3.py │ ├── image3.pyc │ ├── image3_24Kpwn.py │ ├── image3_24Kpwn.pyc │ ├── ipwndfu │ ├── ipwnrecovery │ ├── irecovery │ ├── irecovery2 │ ├── irecovery3 │ ├── kernelcache.release.n90 │ ├── kernelcache.release2.n90 │ ├── libusbfinder │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── bottles │ │ │ ├── libusb-1.0.19.mountain_lion.bottle.1.tar.gz │ │ │ ├── libusb-1.0.20.mavericks.bottle.1.tar.gz │ │ │ ├── libusb-1.0.21.yosemite.bottle.tar.gz │ │ │ ├── libusb-1.0.22.el_capitan.bottle.tar.gz │ │ │ ├── libusb-1.0.22.high_sierra.bottle.tar.gz │ │ │ ├── libusb-1.0.22.mojave.bottle.tar.gz │ │ │ └── libusb-1.0.22.sierra.bottle.tar.gz │ │ └── libusb-1.0.22.high_sierra.bottle.dylib │ ├── limera1n.py │ ├── limera1n.pyc │ ├── nor-backups │ │ └── README │ ├── nor.py │ ├── nor.pyc │ ├── recovery.py │ ├── recovery.pyc │ ├── repo │ │ └── ipwndfu.png │ ├── rmsigchks.py │ ├── src │ │ ├── 24Kpwn-shellcode.S │ │ ├── SHAtter-shellcode.S │ │ ├── alloc8-shellcode.S │ │ ├── checkm8_arm64.S │ │ ├── checkm8_armv7.S │ │ ├── ibss-flash-nor-shellcode.S │ │ ├── limera1n-shellcode.S │ │ ├── steaks4uce-shellcode.S │ │ ├── t8010_t8011_disable_wxn_arm64.S │ │ ├── usb_0xA1_2_arm64.S │ │ └── usb_0xA1_2_armv7.S │ ├── ssh_rd_rev04ba.jar │ ├── steaks4uce.py │ ├── steaks4uce.pyc │ ├── tcprelay.py │ ├── usb │ │ ├── ACKNOWLEDGEMENTS │ │ ├── LICENSE │ │ ├── README.rst │ │ ├── __init__.py │ │ ├── __init__.pyc │ │ ├── _debug.py │ │ ├── _debug.pyc │ │ ├── _interop.py │ │ ├── _interop.pyc │ │ ├── _lookup.py │ │ ├── _lookup.pyc │ │ ├── _objfinalizer.py │ │ ├── _objfinalizer.pyc │ │ ├── backend │ │ │ ├── __init__.py │ │ │ ├── __init__.pyc │ │ │ ├── libusb0.py │ │ │ ├── libusb0.pyc │ │ │ ├── libusb1.py │ │ │ ├── libusb1.pyc │ │ │ ├── openusb.py │ │ │ └── openusb.pyc │ │ ├── control.py │ │ ├── control.pyc │ │ ├── core.py │ │ ├── core.pyc │ │ ├── legacy.py │ │ ├── legacy.pyc │ │ ├── libloader.py │ │ ├── libloader.pyc │ │ ├── util.py │ │ └── util.pyc │ ├── usbexec.py │ ├── usbexec.pyc │ ├── usbmux.py │ ├── usbmux.pyc │ ├── utilities.py │ ├── utilities.pyc │ └── wait-for-it.sh │ └── Restore │ ├── .DS_Store │ ├── BuildManifest.plist │ └── Downgrade │ ├── .DS_Store │ └── DeviceTree.n90ap.img3 └── support_restore ├── .DS_Store ├── FirmwareBundles ├── .DS_Store ├── Down_iPad2,1_6.1.3_10B329.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.k93ap.RELEASE.patch │ └── iBSS.k93ap.RELEASE.patch ├── Down_iPad2,1_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.k93ap.RELEASE.patch │ └── iBSS.k93ap.RELEASE.patch ├── Down_iPad3,1_6.1.2_10B146.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.j1ap.RELEASE.patch │ └── iBSS.j1ap.RELEASE.patch ├── Down_iPad3,1_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.j1ap.RELEASE.patch │ └── iBSS.j1ap.RELEASE.patch ├── Down_iPad3,3_6.1.3_10B329.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.j2aap.RELEASE.patch │ └── iBSS.j2aap.RELEASE.patch ├── Down_iPhone3,1_6.1.2_10B146.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n90ap.RELEASE.patch │ └── iBSS.n90ap.RELEASE.patch ├── Down_iPhone3,1_6.1.3_10B329.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n90ap.RELEASE.patch │ └── iBSS.n90ap.RELEASE.patch ├── Down_iPhone3,1_7.0.4_11B554a.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n90ap.RELEASE.patch │ └── iBSS.n90ap.RELEASE.patch ├── Down_iPhone3,1_7.0.6_11B651.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n90ap.RELEASE.patch │ └── iBSS.n90ap.RELEASE.patch ├── Down_iPhone3,1_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n90ap.RELEASE.patch │ └── iBSS.n90ap.RELEASE.patch ├── Down_iPhone3,3_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n92ap.RELEASE.patch │ └── iBSS.n92ap.RELEASE.patch ├── Down_iPhone4,1_6.1.3_10B329.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n94ap.RELEASE.patch │ └── iBSS.n94ap.RELEASE.patch ├── Down_iPhone4,1_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n94ap.RELEASE.patch │ └── iBSS.n94ap.RELEASE.patch ├── Down_iPhone5,2_7.0.4_11B554a.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n42ap.RELEASE.patch │ └── iBSS.n42ap.RELEASE.patch ├── Down_iPhone5,2_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n42ap.RELEASE.patch │ └── iBSS.n42ap.RELEASE.patch ├── Down_iPhone5,2_8.1.2_12B440.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n42.RELEASE.patch │ └── iBSS.n42.RELEASE.patch ├── Down_iPhone5,2_8.3_12F70.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n42.RELEASE.patch │ └── iBSS.n42.RELEASE.patch ├── Down_iPhone5,4_7.1.2_11D257.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n49ap.RELEASE.patch │ └── iBSS.n49ap.RELEASE.patch └── Down_iPhone5,4_8.1.2_12B440.bundle │ ├── Info.plist │ ├── asr.patch │ ├── iBEC.n49.RELEASE.patch │ └── iBSS.n49.RELEASE.patch ├── idevicerestore ├── ipsw ├── irecovery ├── irecovery_prt ├── kloader ├── shsh ├── .DS_Store └── .place_your_ticket_here ├── sshtool ├── ticket ├── tsschecker ├── validate └── xpwntool /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/.DS_Store -------------------------------------------------------------------------------- /Create-Restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Create-Restore.sh -------------------------------------------------------------------------------- /Jailbreak-Old.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Jailbreak-Old.sh -------------------------------------------------------------------------------- /Jailbreak.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Jailbreak.sh -------------------------------------------------------------------------------- /Partition.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Partition.sh -------------------------------------------------------------------------------- /Patch-Partition-Old.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Patch-Partition-Old.sh -------------------------------------------------------------------------------- /Patch-Partition.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Patch-Partition.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/README.md -------------------------------------------------------------------------------- /Reinstall-App.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Reinstall-App.sh -------------------------------------------------------------------------------- /Required-Fix.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Required-Fix.sh -------------------------------------------------------------------------------- /Restore.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/Restore.sh -------------------------------------------------------------------------------- /ios4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/ios4.sh -------------------------------------------------------------------------------- /support_files/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/.DS_Store -------------------------------------------------------------------------------- /support_files/4.3/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/.DS_Store -------------------------------------------------------------------------------- /support_files/4.3/App/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/App/.DS_Store -------------------------------------------------------------------------------- /support_files/4.3/App/4tify.app/4tify: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | runasroot /boot.sh -------------------------------------------------------------------------------- /support_files/4.3/App/4tify.app/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/App/4tify.app/Info.plist -------------------------------------------------------------------------------- /support_files/4.3/App/4tify.app/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/App/4tify.app/icon.png -------------------------------------------------------------------------------- /support_files/4.3/App/4tify.app/runasroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/App/4tify.app/runasroot -------------------------------------------------------------------------------- /support_files/4.3/File_System/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/File_System/.DS_Store -------------------------------------------------------------------------------- /support_files/4.3/File_System/dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/File_System/dd -------------------------------------------------------------------------------- /support_files/4.3/File_System/dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/File_System/dmg -------------------------------------------------------------------------------- /support_files/4.3/File_System/pzb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/File_System/pzb -------------------------------------------------------------------------------- /support_files/4.3/Patches/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/.DS_Store -------------------------------------------------------------------------------- /support_files/4.3/Patches/applelogo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/applelogo -------------------------------------------------------------------------------- /support_files/4.3/Patches/boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/boot.sh -------------------------------------------------------------------------------- /support_files/4.3/Patches/devicetree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/devicetree -------------------------------------------------------------------------------- /support_files/4.3/Patches/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/fstab -------------------------------------------------------------------------------- /support_files/4.3/Patches/iBEC.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/iBEC.img3 -------------------------------------------------------------------------------- /support_files/4.3/Patches/iBSS.patched: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/iBSS.patched -------------------------------------------------------------------------------- /support_files/4.3/Patches/kernelcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/kernelcache -------------------------------------------------------------------------------- /support_files/4.3/Patches/ramdisk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/ramdisk -------------------------------------------------------------------------------- /support_files/4.3/Patches/runasroot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/4.3/Patches/runasroot -------------------------------------------------------------------------------- /support_files/7.1.2/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/APT.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/APT.tar -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/Cydia.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/Cydia.tar -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/bigbosshackertools_1.3.2-2.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/bigbosshackertools_1.3.2-2.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/com.apple.springboard.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/com.apple.springboard.plist -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/com.nyansatan.dualbootstuff_1.0.7a.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/com.nyansatan.dualbootstuff_1.0.7a.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/coreutils_8.12-13_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/coreutils_8.12-13_iphoneos-arm.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/cydia-lproj_1.1.12_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/cydia-lproj_1.1.12_iphoneos-arm.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/cydia_1.1.9_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/cydia_1.1.9_iphoneos-arm.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/dd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/dd -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/fstab -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/irecovery_prt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/irecovery_prt -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/openssh_6.7p1-13_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/openssh_6.7p1-13_iphoneos-arm.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/openssl_0.9.8zg-13_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/openssl_0.9.8zg-13_iphoneos-arm.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/org.thebigboss.repo.icons_1.0.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/org.thebigboss.repo.icons_1.0.deb -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/panguaxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/panguaxe -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/panguaxe-APT.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/panguaxe-APT.tar -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/panguaxe.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/panguaxe.tar -------------------------------------------------------------------------------- /support_files/7.1.2/Jailbreak/tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Jailbreak/tar -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/.irecovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/.irecovery -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/038-5512-003.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/038-5512-003.dmg -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/058-1056-002.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/058-1056-002.dmg -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/DeviceTree.n90ap.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/DeviceTree.n90ap.img3 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/DeviceTree.n90ap2.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/DeviceTree.n90ap2.img3 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/JAILBREAK-GUIDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/JAILBREAK-GUIDE.md -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/LICENSE -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/Makefile -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/README.md -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/SHAtter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/SHAtter.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/SHAtter.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/SHAtter.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/aes-keys/S5L8920-firmware: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/aes-keys/S5L8920-firmware -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/alloc8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/alloc8.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/alloc8.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/alloc8.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/24Kpwn-shellcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/24Kpwn-shellcode.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/SHAtter-shellcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/SHAtter-shellcode.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/alloc8-shellcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/alloc8-shellcode.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/checkm8_arm64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/checkm8_arm64.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/checkm8_armv7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/checkm8_armv7.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/ibss-flash-nor-shellcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/ibss-flash-nor-shellcode.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/limera1n-shellcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/limera1n-shellcode.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/steaks4uce-shellcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/steaks4uce-shellcode.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/t8010_t8011_disable_wxn_arm64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/t8010_t8011_disable_wxn_arm64.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/usb_0xA1_2_arm64.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/usb_0xA1_2_arm64.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/bin/usb_0xA1_2_armv7.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/bin/usb_0xA1_2_armv7.bin -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/checkm8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/checkm8.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/checkm8.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/checkm8.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/device_platform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/device_platform.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/device_platform.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/device_platform.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/dfu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/dfu.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/dfu.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/dfu.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/dfuexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/dfuexec.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/dfuexec.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/dfuexec.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBEC.n90ap.RELEASE.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBEC.n90ap.RELEASE.dfu -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBEC/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBEC/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBEC/iBEC.n90ap.RELEASE.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBEC/iBEC.n90ap.RELEASE.dfu -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBEC2.n90ap.RELEASE.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBEC2.n90ap.RELEASE.dfu -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBECz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBECz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBSS.n90ap.RELEASE.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBSS.n90ap.RELEASE.dfu -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBSS2.n90ap.RELEASE.dfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBSS2.n90ap.RELEASE.dfu -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iBSSz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iBSSz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iRecovery (old)/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iRecovery (old)/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/iRecovery (old)/irecovery2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/iRecovery (old)/irecovery2 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/ibootpatcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/ibootpatcher -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/image3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/image3.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/image3.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/image3.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/image3_24Kpwn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/image3_24Kpwn.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/image3_24Kpwn.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/image3_24Kpwn.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/ipwndfu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/ipwndfu -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/ipwnrecovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/ipwnrecovery -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/irecovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/irecovery -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/irecovery2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/irecovery2 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/irecovery3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/irecovery3 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/kernelcache.release.n90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/kernelcache.release.n90 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/kernelcache.release2.n90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/kernelcache.release2.n90 -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/__init__.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/__init__.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.19.mountain_lion.bottle.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.19.mountain_lion.bottle.1.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.20.mavericks.bottle.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.20.mavericks.bottle.1.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.21.yosemite.bottle.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.21.yosemite.bottle.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.el_capitan.bottle.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.el_capitan.bottle.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.high_sierra.bottle.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.high_sierra.bottle.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.mojave.bottle.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.mojave.bottle.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.sierra.bottle.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/bottles/libusb-1.0.22.sierra.bottle.tar.gz -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/libusbfinder/libusb-1.0.22.high_sierra.bottle.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/libusbfinder/libusb-1.0.22.high_sierra.bottle.dylib -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/limera1n.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/limera1n.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/limera1n.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/limera1n.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/nor-backups/README: -------------------------------------------------------------------------------- 1 | Your NOR backups will be stored here. 2 | -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/nor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/nor.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/nor.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/nor.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/recovery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/recovery.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/recovery.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/recovery.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/repo/ipwndfu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/repo/ipwndfu.png -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/rmsigchks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/rmsigchks.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/24Kpwn-shellcode.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/24Kpwn-shellcode.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/SHAtter-shellcode.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/SHAtter-shellcode.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/alloc8-shellcode.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/alloc8-shellcode.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/checkm8_arm64.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/checkm8_arm64.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/checkm8_armv7.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/checkm8_armv7.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/ibss-flash-nor-shellcode.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/ibss-flash-nor-shellcode.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/limera1n-shellcode.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/limera1n-shellcode.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/steaks4uce-shellcode.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/steaks4uce-shellcode.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/t8010_t8011_disable_wxn_arm64.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/t8010_t8011_disable_wxn_arm64.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/usb_0xA1_2_arm64.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/usb_0xA1_2_arm64.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/src/usb_0xA1_2_armv7.S: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/src/usb_0xA1_2_armv7.S -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/ssh_rd_rev04ba.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/ssh_rd_rev04ba.jar -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/steaks4uce.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/steaks4uce.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/steaks4uce.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/steaks4uce.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/tcprelay.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/tcprelay.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/ACKNOWLEDGEMENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/ACKNOWLEDGEMENTS -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/LICENSE -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/README.rst -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/__init__.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/__init__.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_debug.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_debug.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_debug.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_interop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_interop.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_interop.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_interop.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_lookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_lookup.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_lookup.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_lookup.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_objfinalizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_objfinalizer.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/_objfinalizer.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/_objfinalizer.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/__init__.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/__init__.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/__init__.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/libusb0.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/libusb0.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/libusb0.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/libusb0.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/libusb1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/libusb1.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/libusb1.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/libusb1.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/openusb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/openusb.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/backend/openusb.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/backend/openusb.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/control.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/control.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/control.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/control.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/core.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/core.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/core.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/core.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/legacy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/legacy.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/legacy.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/legacy.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/libloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/libloader.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/libloader.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/libloader.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/util.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usb/util.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usb/util.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usbexec.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usbexec.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usbexec.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usbexec.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usbmux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usbmux.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/usbmux.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/usbmux.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/utilities.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/utilities.py -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/utilities.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/utilities.pyc -------------------------------------------------------------------------------- /support_files/7.1.2/Ramdisk/wait-for-it.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Ramdisk/wait-for-it.sh -------------------------------------------------------------------------------- /support_files/7.1.2/Restore/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Restore/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Restore/BuildManifest.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Restore/BuildManifest.plist -------------------------------------------------------------------------------- /support_files/7.1.2/Restore/Downgrade/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Restore/Downgrade/.DS_Store -------------------------------------------------------------------------------- /support_files/7.1.2/Restore/Downgrade/DeviceTree.n90ap.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_files/7.1.2/Restore/Downgrade/DeviceTree.n90ap.img3 -------------------------------------------------------------------------------- /support_restore/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/.DS_Store -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/.DS_Store -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/iBEC.k93ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/iBEC.k93ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/iBSS.k93ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/iBSS.k93ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/iBEC.k93ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/iBEC.k93ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/iBSS.k93ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/iBSS.k93ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/iBEC.j1ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/iBEC.j1ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/iBSS.j1ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/iBSS.j1ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/iBEC.j1ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/iBEC.j1ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/iBSS.j1ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/iBSS.j1ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/iBEC.j2aap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/iBEC.j2aap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/iBSS.j2aap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/iBSS.j2aap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/iBEC.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/iBEC.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/iBSS.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/iBSS.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/iBEC.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/iBEC.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/iBSS.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/iBSS.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/iBEC.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/iBEC.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/iBSS.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.4_11B554a.bundle/iBSS.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/iBEC.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/iBEC.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/iBSS.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/iBSS.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/iBEC.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/iBEC.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/iBSS.n90ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/iBSS.n90ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/iBEC.n92ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/iBEC.n92ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/iBSS.n92ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/iBSS.n92ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/iBEC.n94ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/iBEC.n94ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/iBSS.n94ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/iBSS.n94ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/iBEC.n94ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/iBEC.n94ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/iBSS.n94ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/iBSS.n94ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/iBEC.n42ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/iBEC.n42ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/iBSS.n42ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.0.4_11B554a.bundle/iBSS.n42ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/iBEC.n42ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/iBEC.n42ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/iBSS.n42ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/iBSS.n42ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/iBEC.n42.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/iBEC.n42.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/iBSS.n42.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/iBSS.n42.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/iBEC.n42.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/iBEC.n42.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/iBSS.n42.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/iBSS.n42.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/iBEC.n49ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/iBEC.n49ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/iBSS.n49ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/iBSS.n49ap.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/Info.plist -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/asr.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/iBEC.n49.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/iBEC.n49.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/iBSS.n49.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/iBSS.n49.RELEASE.patch -------------------------------------------------------------------------------- /support_restore/idevicerestore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/idevicerestore -------------------------------------------------------------------------------- /support_restore/ipsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/ipsw -------------------------------------------------------------------------------- /support_restore/irecovery: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/irecovery -------------------------------------------------------------------------------- /support_restore/irecovery_prt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/irecovery_prt -------------------------------------------------------------------------------- /support_restore/kloader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/kloader -------------------------------------------------------------------------------- /support_restore/shsh/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/shsh/.DS_Store -------------------------------------------------------------------------------- /support_restore/shsh/.place_your_ticket_here: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /support_restore/sshtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/sshtool -------------------------------------------------------------------------------- /support_restore/ticket: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/ticket -------------------------------------------------------------------------------- /support_restore/tsschecker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/tsschecker -------------------------------------------------------------------------------- /support_restore/validate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/validate -------------------------------------------------------------------------------- /support_restore/xpwntool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zurac-Apps/4tify/HEAD/support_restore/xpwntool --------------------------------------------------------------------------------