├── BUILD ├── CMakeLists.txt ├── FindUSB.cmake ├── LICENSE ├── README.markdown ├── common ├── CMakeLists.txt ├── abstractfile.c └── base64.c ├── crypto ├── BUILD ├── Makefile ├── README ├── aes ├── aes.c ├── aescmd ├── patch-kernel-crypto ├── patch-kernel-crypto.c ├── patch-kernel.sh └── xpwntool ├── dfu-util ├── CMakeLists.txt ├── COPYING ├── README ├── dfu.c ├── dfu.h ├── main.c ├── sam7dfu.c ├── sam7dfu.h └── usb_dfu.h ├── dmg ├── CMakeLists.txt ├── checksum.c ├── dmg.c ├── dmgfile.c ├── dmglib.c ├── filevault.c ├── io.c ├── partition.c ├── resources.c ├── udif.c └── win32test.c ├── hdutil ├── CMakeLists.txt ├── hdutil.c └── win32test.c ├── hfs ├── CMakeLists.txt ├── btree.c ├── catalog.c ├── extents.c ├── fastunicodecompare.c ├── flatfile.c ├── hfs.c ├── hfscompress.c ├── hfslib.c ├── rawfile.c ├── utility.c ├── volume.c └── xattr.c ├── ide ├── eclipse │ ├── .cdtproject │ ├── .project │ ├── .settings │ │ └── org.eclipse.cdt.core.prefs │ └── Makefile └── xcode │ └── libdmg-hfsplus.xcodeproj │ ├── david.mode1v3 │ ├── david.pbxuser │ └── project.pbxproj ├── idevice ├── CMakeLists.txt ├── QuicktimeSDK │ ├── CIncludes │ │ ├── AE.h │ │ ├── AEDataModel.h │ │ ├── AEHelpers.h │ │ ├── AEInteraction.h │ │ ├── AEMach.h │ │ ├── AEObjects.h │ │ ├── AEPackObject.h │ │ ├── AERegistry.h │ │ ├── AEUserTermTypes.h │ │ ├── AIFF.h │ │ ├── ASDebugging.h │ │ ├── ASRegistry.h │ │ ├── ATS.h │ │ ├── ATSFont.h │ │ ├── ATSLayoutTypes.h │ │ ├── ATSTypes.h │ │ ├── ATSUnicode.h │ │ ├── ATSUnicodeDirectAccess.h │ │ ├── ATSUnicodeFlattening.h │ │ ├── AVLTree.h │ │ ├── Aliases.h │ │ ├── Appearance.h │ │ ├── AppleDiskPartitions.h │ │ ├── AppleEvents.h │ │ ├── AppleHelp.h │ │ ├── AppleScript.h │ │ ├── AppleTalk.h │ │ ├── ApplicationServices.h │ │ ├── AssertMacros.h │ │ ├── AvailabilityMacros.h │ │ ├── Balloons.h │ │ ├── CFArray.h │ │ ├── CFBag.h │ │ ├── CFBase.h │ │ ├── CFBinaryHeap.h │ │ ├── CFBitVector.h │ │ ├── CFBundle.h │ │ ├── CFCharacterSet.h │ │ ├── CFData.h │ │ ├── CFDate.h │ │ ├── CFDictionary.h │ │ ├── CFMachPort.h │ │ ├── CFMessagePort.h │ │ ├── CFNetwork.h │ │ ├── CFNotificationCenter.h │ │ ├── CFNumber.h │ │ ├── CFPlugIn.h │ │ ├── CFPlugInCOM.h │ │ ├── CFPreferences.h │ │ ├── CFPropertyList.h │ │ ├── CFRunLoop.h │ │ ├── CFSet.h │ │ ├── CFSocket.h │ │ ├── CFStream.h │ │ ├── CFString.h │ │ ├── CFStringEncodingExt.h │ │ ├── CFTimeZone.h │ │ ├── CFTree.h │ │ ├── CFURL.h │ │ ├── CFURLAccess.h │ │ ├── CFUUID.h │ │ ├── CFXMLNode.h │ │ ├── CFXMLParser.h │ │ ├── CGAffineTransform.h │ │ ├── CGBase.h │ │ ├── CGBitmapContext.h │ │ ├── CGColorSpace.h │ │ ├── CGContext.h │ │ ├── CGDataConsumer.h │ │ ├── CGDataProvider.h │ │ ├── CGDirectDisplay.h │ │ ├── CGDirectPalette.h │ │ ├── CGError.h │ │ ├── CGFont.h │ │ ├── CGGeometry.h │ │ ├── CGImage.h │ │ ├── CGPDFContext.h │ │ ├── CGPDFDocument.h │ │ ├── CGPattern.h │ │ ├── CGRemoteOperation.h │ │ ├── CGWindowLevel.h │ │ ├── CMApplication.h │ │ ├── CMCalibrator.h │ │ ├── CMDeviceIntegration.h │ │ ├── CMICCProfile.h │ │ ├── CMMComponent.h │ │ ├── CMScriptingPlugin.h │ │ ├── CMTypes.h │ │ ├── CVBase.h │ │ ├── CVBuffer.h │ │ ├── CVDirect3DBuffer.h │ │ ├── CVDirect3DBufferPool.h │ │ ├── CVDirect3DTexture.h │ │ ├── CVDirect3DTextureCache.h │ │ ├── CVHostTime.h │ │ ├── CVImageBuffer.h │ │ ├── CVPixelBuffer.h │ │ ├── CVPixelBufferPool.h │ │ ├── CVPixelFormatDescription.h │ │ ├── CVReturn.h │ │ ├── Carbon.h │ │ ├── CarbonCore.h │ │ ├── CarbonEvents.h │ │ ├── CarbonEventsCore.h │ │ ├── CarbonSound.h │ │ ├── CodeFragments.h │ │ ├── Collections.h │ │ ├── ColorPicker.h │ │ ├── ColorSync.h │ │ ├── CommonPanels.h │ │ ├── Components.h │ │ ├── ConditionalMacros.h │ │ ├── ControlDefinitions.h │ │ ├── ControlManagerComponent.h │ │ ├── Controls.h │ │ ├── CoreAudioTypes.h │ │ ├── CoreFoundation.h │ │ ├── CoreFoundation │ │ │ ├── CFArray.h │ │ │ ├── CFBase.h │ │ │ ├── CFCharacterSet.h │ │ │ ├── CFData.h │ │ │ ├── CFDictionary.h │ │ │ ├── CFLocale.h │ │ │ ├── CFNumber.h │ │ │ ├── CFString.h │ │ │ ├── CFStringEncodingExt.h │ │ │ └── CFURL.h │ │ ├── CoreGraphics.h │ │ ├── CoreServices.h │ │ ├── CoreVideo.h │ │ ├── CursorDevices.h │ │ ├── DateTimeUtils.h │ │ ├── Debugging.h │ │ ├── DeviceControl.h │ │ ├── Devices.h │ │ ├── Dialogs.h │ │ ├── Dictionary.h │ │ ├── DigitalHubRegistry.h │ │ ├── Displays.h │ │ ├── Drag.h │ │ ├── DrawSprocket.h │ │ ├── DriverServices.h │ │ ├── DriverSynchronization.h │ │ ├── Editions.h │ │ ├── Endian.h │ │ ├── Events.h │ │ ├── Files.h │ │ ├── FindByContent.h │ │ ├── Finder.h │ │ ├── FinderRegistry.h │ │ ├── FixMath.h │ │ ├── Folders.h │ │ ├── FontPanel.h │ │ ├── FontSync.h │ │ ├── Fonts.h │ │ ├── GNUCompatibility │ │ │ ├── stdbool.h │ │ │ └── stdint.h │ │ ├── GXFonts.h │ │ ├── GXMath.h │ │ ├── GXTypes.h │ │ ├── Gestalt.h │ │ ├── HFSVolumes.h │ │ ├── HIMovieView.h │ │ ├── HIObject.h │ │ ├── HIServices.h │ │ ├── HIShape.h │ │ ├── HITextUtils.h │ │ ├── HIToolbar.h │ │ ├── HIToolbox.h │ │ ├── HIView.h │ │ ├── HTMLRendering.h │ │ ├── Help.h │ │ ├── IBCarbonRuntime.h │ │ ├── ICAApplication.h │ │ ├── ICACamera.h │ │ ├── ICADevice.h │ │ ├── IconStorage.h │ │ ├── Icons.h │ │ ├── ImageCapture.h │ │ ├── ImageCodec.h │ │ ├── ImageCompression.h │ │ ├── InternetConfig.h │ │ ├── IntlResources.h │ │ ├── IsochronousDataHandler.h │ │ ├── JavaApplet.h │ │ ├── JavaControl.h │ │ ├── JavaEmbedding.h │ │ ├── Keyboards.h │ │ ├── Keychain.h │ │ ├── KeychainCore.h │ │ ├── KeychainHI.h │ │ ├── LangAnalysis.h │ │ ├── LanguageAnalysis.h │ │ ├── LaunchServices.h │ │ ├── ListManagerComponent.h │ │ ├── Lists.h │ │ ├── LowMem.h │ │ ├── MacApplication.h │ │ ├── MacErrors.h │ │ ├── MacHelp.h │ │ ├── MacLocales.h │ │ ├── MacMemory.h │ │ ├── MacTextEditor.h │ │ ├── MacTypes.h │ │ ├── MacWindows.h │ │ ├── MachineExceptions.h │ │ ├── Math64.h │ │ ├── MediaHandlers.h │ │ ├── Menus.h │ │ ├── MixedMode.h │ │ ├── Movies.h │ │ ├── MoviesFormat.h │ │ ├── Multiprocessing.h │ │ ├── MultiprocessingInfo.h │ │ ├── NSL.h │ │ ├── NSLCore.h │ │ ├── NameRegistry.h │ │ ├── Navigation.h │ │ ├── NavigationServices.h │ │ ├── Notification.h │ │ ├── NumberFormatting.h │ │ ├── OSA.h │ │ ├── OSAComp.h │ │ ├── OSAGeneric.h │ │ ├── OSServices.h │ │ ├── OSUtils.h │ │ ├── OT.h │ │ ├── OpenScripting.h │ │ ├── OpenTransport.h │ │ ├── OpenTransportProtocol.h │ │ ├── OpenTransportProviders.h │ │ ├── PEFBinaryFormat.h │ │ ├── PLStringFuncs.h │ │ ├── PMApplication.h │ │ ├── PMCore.h │ │ ├── PMDefinitions.h │ │ ├── PMErrors.h │ │ ├── PMIOModule.h │ │ ├── PMPluginHeader.h │ │ ├── PMPrinterBrowsers.h │ │ ├── PMPrinterModule.h │ │ ├── PMPrintingDialogExtensions.h │ │ ├── PMRaster.h │ │ ├── PMTemplate.h │ │ ├── PMTicket.h │ │ ├── Packages.h │ │ ├── Palettes.h │ │ ├── Patches.h │ │ ├── PictUtils.h │ │ ├── Power.h │ │ ├── Print.h │ │ ├── PrintCore.h │ │ ├── Printing.h │ │ ├── Processes.h │ │ ├── QD.h │ │ ├── QD3D.h │ │ ├── QD3DCamera.h │ │ ├── QD3DCustomElements.h │ │ ├── QD3DDrawContext.h │ │ ├── QD3DErrors.h │ │ ├── QD3DGeometry.h │ │ ├── QD3DGroup.h │ │ ├── QD3DIO.h │ │ ├── QD3DLight.h │ │ ├── QD3DMath.h │ │ ├── QD3DOld.h │ │ ├── QD3DPick.h │ │ ├── QD3DRenderer.h │ │ ├── QD3DSet.h │ │ ├── QD3DShader.h │ │ ├── QD3DStorage.h │ │ ├── QD3DString.h │ │ ├── QD3DStyle.h │ │ ├── QD3DTransform.h │ │ ├── QD3DView.h │ │ ├── QD3DViewer.h │ │ ├── QDOffscreen.h │ │ ├── QDPictToCGContext.h │ │ ├── QTLoadLibraryUtils.h │ │ ├── QTML.h │ │ ├── QTSMovie.h │ │ ├── QTStreamingComponents.h │ │ ├── QuickTime.h │ │ ├── QuickTimeComponents.h │ │ ├── QuickTimeErrors.h │ │ ├── QuickTimeMusic.h │ │ ├── QuickTimeStreaming.h │ │ ├── QuickTimeVR.h │ │ ├── QuickTimeVRFormat.h │ │ ├── Quickdraw.h │ │ ├── QuickdrawText.h │ │ ├── RAVE.h │ │ ├── ROMDefs.h │ │ ├── ResourceForkComponent.h │ │ ├── Resources.h │ │ ├── Retrace.h │ │ ├── SCSI.h │ │ ├── SFNTLayoutTypes.h │ │ ├── SFNTTypes.h │ │ ├── ScalerStreamTypes.h │ │ ├── Scrap.h │ │ ├── Script.h │ │ ├── SecurityCore.h │ │ ├── SecurityHI.h │ │ ├── SegLoad.h │ │ ├── Slots.h │ │ ├── Sound.h │ │ ├── SpeechRecognition.h │ │ ├── SpeechSynthesis.h │ │ ├── StandardFile.h │ │ ├── Streaming.h │ │ ├── StringCompare.h │ │ ├── Strings.h │ │ ├── SystemSound.h │ │ ├── TSMTE.h │ │ ├── TargetConditionals.h │ │ ├── TextCommon.h │ │ ├── TextEdit.h │ │ ├── TextEncodingConverter.h │ │ ├── TextEncodingPlugin.h │ │ ├── TextServices.h │ │ ├── TextUtils.h │ │ ├── Threads.h │ │ ├── Timer.h │ │ ├── ToolUtils.h │ │ ├── Translation.h │ │ ├── TranslationExtensions.h │ │ ├── Traps.h │ │ ├── TypeSelect.h │ │ ├── URLAccess.h │ │ ├── UTCUtils.h │ │ ├── UnicodeConverter.h │ │ ├── UnicodeUtilities.h │ │ ├── Video.h │ │ ├── WSMethodInvocation.h │ │ ├── WebServicesCore.h │ │ ├── fenv.h │ │ ├── fp.h │ │ ├── vBLAS.h │ │ ├── vBasicOps.h │ │ ├── vBigNum.h │ │ ├── vDSP.h │ │ ├── vecLib.h │ │ ├── vectorOps.h │ │ └── vfp.h │ └── Libraries │ │ ├── CVClient.lib │ │ ├── QTMLClient.lib │ │ ├── QTSClient.lib │ │ └── QTVR.lib ├── idevice.c ├── idevice.h ├── mobiledevice.h ├── restore.img3 └── windows.c ├── includes ├── abstractfile.h ├── common.h ├── dmg │ ├── dmg.h │ ├── dmgfile.h │ ├── dmglib.h │ └── filevault.h ├── hfs │ ├── hfscompress.h │ ├── hfslib.h │ └── hfsplus.h ├── partial │ ├── firmwaremaster.h │ └── partial.h └── xpwn │ ├── 8900.h │ ├── ibootim.h │ ├── img2.h │ ├── img3.h │ ├── libxpwn.h │ ├── lzss.h │ ├── lzssfile.h │ ├── nor_files.h │ ├── outputstate.h │ ├── plist.h │ └── pwnutil.h ├── ipsw-patch ├── 8900.c ├── CMakeLists.txt ├── FirmwareBundles │ ├── Down_iPad2,1_6.1.3_10B329.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.k93ap.RELEASE.patch │ │ └── iBSS.k93ap.RELEASE.patch │ ├── Down_iPad2,1_7.0.4_11B554a.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.k93ap.RELEASE.patch │ │ └── iBSS.k93ap.RELEASE.patch │ ├── Down_iPad2,1_7.1.1_11D201.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_iPad2,2_7.1.2_11D257.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.k94ap.RELEASE.patch │ │ └── iBSS.k94ap.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,2_7.1.2_11D257.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n90bap.RELEASE.patch │ │ └── iBSS.n90bap.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_5.1.1_9B206.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.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.0.2_11A501.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.RELEASE.patch │ ├── Down_iPhone4,1_7.0.3_11B511.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.RELEASE.patch │ ├── Down_iPhone4,1_7.0.4_11B554a.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.RELEASE.patch │ ├── Down_iPhone4,1_7.0.6_11B651.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.RELEASE.patch │ ├── Down_iPhone4,1_7.0_11A465.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.RELEASE.patch │ ├── Down_iPhone4,1_7.1.1_11D201.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_iPhone4,1_7.1_11D167.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94ap.RELEASE.patch │ │ └── iBSS.n94ap.RELEASE.patch │ ├── Down_iPhone4,1_8.1.3_12B466.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94.RELEASE.patch │ │ └── iBSS.n94.RELEASE.patch │ ├── Down_iPhone4,1_8.3_12F70.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n94.RELEASE.patch │ │ └── iBSS.n94.RELEASE.patch │ ├── Down_iPhone5,1_6.0.1_10A525.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,1_6.0.2_10A551.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_6.0_10A405.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_6.1.2_10B146.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_6.1.3_10B329.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_6.1.4_10B350.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_6.1_10B143.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.0.2_11A501.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.0.4_11B554a.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.0.6_11B651.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.0_11A465.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.1.1_11D201.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.1.2_11D257.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_7.1_11D167.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41ap.RELEASE.patch │ │ └── iBSS.n41ap.RELEASE.patch │ ├── Down_iPhone5,1_8.0.2_12A405.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.1.1_12B435.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.1.2_12B440.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.1.3_12B466.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.2_12D508.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.3_12F70.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.4.1_12H321.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,1_8.4_12H143.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n41.RELEASE.patch │ │ └── iBSS.n41.RELEASE.patch │ ├── Down_iPhone5,2_6.0.1_10A525.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_6.0.2_10A551.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_6.0_10A405.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_6.1.2_10B146.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_6.1.4_10B350.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_6.1_10B143.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_7.0.2_11A501.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_7.0.3_11B511.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.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.0.6_11B651.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_7.0_11A465.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_7.1.1_11D201.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_7.1_11D167.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,2_8.0.2_12A405.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42.RELEASE.patch │ │ └── iBSS.n42.RELEASE.patch │ ├── Down_iPhone5,2_8.1.1_12B435.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42.RELEASE.patch │ │ └── iBSS.n42.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.1.3_12B466.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42.RELEASE.patch │ │ └── iBSS.n42.RELEASE.patch │ ├── Down_iPhone5,2_8.2_12D508.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,2_8.4.1_12H321.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42.RELEASE.patch │ │ └── iBSS.n42.RELEASE.patch │ ├── Down_iPhone5,2_8.4_12H143.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42.RELEASE.patch │ │ └── iBSS.n42.RELEASE.patch │ ├── Down_iPhone5,2_9.0.2_13A452.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42.RELEASE.patch │ │ └── iBSS.n42.RELEASE.patch │ ├── Down_iPhone5,2_9.0_13A344.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n42ap.RELEASE.patch │ │ └── iBSS.n42ap.RELEASE.patch │ ├── Down_iPhone5,3_7.0.3_11B511.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48ap.RELEASE.patch │ │ └── iBSS.n48ap.RELEASE.patch │ ├── Down_iPhone5,3_7.0.4_11B554a.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48ap.RELEASE.patch │ │ └── iBSS.n48ap.RELEASE.patch │ ├── Down_iPhone5,3_7.0.6_11B651.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48ap.RELEASE.patch │ │ └── iBSS.n48ap.RELEASE.patch │ ├── Down_iPhone5,3_7.1.1_11D201.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48ap.RELEASE.patch │ │ └── iBSS.n48ap.RELEASE.patch │ ├── Down_iPhone5,3_7.1.2_11D257.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48ap.RELEASE.patch │ │ └── iBSS.n48ap.RELEASE.patch │ ├── Down_iPhone5,3_7.1_11D167.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48ap.RELEASE.patch │ │ └── iBSS.n48ap.RELEASE.patch │ ├── Down_iPhone5,3_8.1.1_12B435.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,3_8.1.2_12B440.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,3_8.1.3_12B466.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,3_8.1_12B411.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,3_8.2_12D508.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,3_8.3_12F70.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,3_8.4_12H143.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n48.RELEASE.patch │ │ └── iBSS.n48.RELEASE.patch │ ├── Down_iPhone5,4_7.0.6_11B651.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49ap.RELEASE.patch │ │ └── iBSS.n49ap.RELEASE.patch │ ├── Down_iPhone5,4_7.1.1_11D201.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49ap.RELEASE.patch │ │ └── iBSS.n49ap.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_7.1_11D167.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49ap.RELEASE.patch │ │ └── iBSS.n49ap.RELEASE.patch │ ├── Down_iPhone5,4_8.0.1_12A402.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.0.2_12A405.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.0_12A365.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.1.1_12B435.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.1.2_12B440.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.1.3_12B466.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.1_12B411.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.2_12D508.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.3_12F70.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── Down_iPhone5,4_8.4_12H143.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n49.RELEASE.patch │ │ └── iBSS.n49.RELEASE.patch │ ├── NO_BB_iPhone3,1_7.0.4_11B554a.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n90ap.RELEASE.patch │ │ ├── iBSS.n90ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── restored.patch │ ├── NO_BB_iPhone3,1_7.1.2_11D257.bundle │ │ ├── Info.plist │ │ ├── asr.patch │ │ ├── iBEC.n90ap.RELEASE.patch │ │ ├── iBSS.n90ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── restored.patch │ ├── iPhone1,1_2.0.1_5B108.bundle │ │ ├── 018-3881-4.patch │ │ ├── 018-3885-4-nowipe.patch │ │ ├── 018-3885-4.patch │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_2.0.2_5C1.bundle │ │ ├── 018-3984-1.patch │ │ ├── 018-4000-1-nowipe.patch │ │ ├── 018-4000-1.patch │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_2.0_5A347.bundle │ │ ├── 018-3786-2-nowipe.patch │ │ ├── 018-3786-2.patch │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ ├── kernelcache.release.patch.bak.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_2.1_5F136.bundle │ │ ├── 018-4108-7-nowipe.patch │ │ ├── 018-4108-7.patch │ │ ├── 018-4118-1.patch │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_2.2.1_5H11.bundle │ │ ├── 018-4437-16.patch │ │ ├── 018-4443-16-nowipe.patch │ │ ├── 018-4443-16.patch │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_2.2_5G77.bundle │ │ ├── 018-4377-1.patch │ │ ├── 018-4378-1-nowipe.patch │ │ ├── 018-4378-1.patch │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_3.0_7A341.bundle │ │ ├── DeviceTree.m68ap.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_3.1.2_7D11.bundle │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_3.1.3_7E18.bundle │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,1_3.1_7C144.bundle │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.m68ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── bbupdater.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.patch │ │ ├── iBSS.m68ap.RELEASE.patch │ │ ├── iBoot.m68ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_2.0.1_5B108.bundle │ │ ├── 018-3881-4.dmg.patch │ │ ├── 018-3882-4-nowipe.dmg.patch │ │ ├── 018-3882-4.dmg.patch │ │ ├── DeviceTree.m68ap.img3.patch │ │ ├── DeviceTree.n82ap.img3.patch │ │ ├── Info.plist │ │ ├── LLB.m68ap.RELEASE.img3.patch │ │ ├── LLB.n82ap.RELEASE.img3.patch │ │ ├── Services.plist.patch │ │ ├── WTF.m68ap.RELEASE.dfu.patch │ │ ├── WTF.n82ap.RELEASE.dfu.patch │ │ ├── WTF.s5l8900xall.RELEASE.dfu.patch │ │ ├── fstab.patch │ │ ├── iBEC.m68ap.RELEASE.dfu.patch │ │ ├── iBEC.n82ap.RELEASE.dfu.patch │ │ ├── iBSS.m68ap.RELEASE.dfu.patch │ │ ├── iBSS.n82ap.RELEASE.dfu.patch │ │ ├── iBoot.m68ap.RELEASE.img3.patch │ │ ├── iBoot.n82ap.RELEASE.img3.patch │ │ ├── kernelcache.release.s5l8900x.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_2.0.2_5C1.bundle │ │ ├── 018-3984-1.patch │ │ ├── 018-3990-1-nowipe.patch │ │ ├── 018-3990-1.patch │ │ ├── DeviceTree.n82ap.patch │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_2.0_5A347.bundle │ │ ├── 018-3783-2-nowipe.patch │ │ ├── 018-3783-2.patch │ │ ├── DeviceTree.n82ap.patch │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_2.1_5F136.bundle │ │ ├── 018-4118-1.patch │ │ ├── 018-4122-1-nowipe.patch │ │ ├── 018-4122-1.patch │ │ ├── DeviceTree.n82ap.patch │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_2.2.1_5H11.bundle │ │ ├── 018-4437-16.patch │ │ ├── 018-4443-16-nowipe.patch │ │ ├── 018-4443-16.patch │ │ ├── DeviceTree.n82ap.patch │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_2.2_5G77.bundle │ │ ├── 018-4377-1.patch │ │ ├── 018-4378-1-nowipe.patch │ │ ├── 018-4378-1.patch │ │ ├── DeviceTree.n82ap.patch │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_3.0_7A341.bundle │ │ ├── DeviceTree.n82ap.patch │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_3.1.2_7D11.bundle │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_3.1.3_7E18.bundle │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone1,2_3.1_7C144.bundle │ │ ├── Info.plist │ │ ├── LLB.n82ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n82ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n82ap.RELEASE.patch │ │ ├── iBSS.n82ap.RELEASE.patch │ │ ├── iBoot.n82ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone2,1_3.1.2_7D11.bundle │ │ ├── Info.plist │ │ ├── LLB.n88ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n88ap.RELEASE.patch │ │ ├── iBSS.n88ap.RELEASE.patch │ │ ├── iBoot.7A341.patch │ │ ├── iBoot.7A400.patch │ │ ├── iBoot.7C144.patch │ │ ├── iBoot.7D11.patch │ │ ├── iBoot.n88ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone2,1_3.1.3_7E18.bundle │ │ ├── Info.plist │ │ ├── LLB.n88ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n88ap.RELEASE.patch │ │ ├── iBSS.n88ap.RELEASE.patch │ │ ├── iBoot.7A341.patch │ │ ├── iBoot.7A400.patch │ │ ├── iBoot.7C144.patch │ │ ├── iBoot.7D11.patch │ │ ├── iBoot.n88ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone2,1_3.1_7C144.bundle │ │ ├── Info.plist │ │ ├── LLB.n88ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n88ap.RELEASE.patch │ │ ├── iBSS.n88ap.RELEASE.patch │ │ ├── iBoot.n88ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ └── lockdownd.patch │ ├── iPhone2,1_6.0_10A403.bundle │ │ ├── Info.plist │ │ ├── LLB.n88ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n88ap.RELEASE.patch │ │ ├── iBSS.n88ap.RELEASE.patch │ │ ├── iBoot.n88ap.RELEASE.patch │ │ ├── kernelcache.release.patch │ │ ├── kernelcache.release.patch~ │ │ ├── options.n88.plist │ │ └── restored.patch │ ├── iPod1,1_2.0.1_5B108.bundle │ │ ├── 018-3881-4.dmg.patch │ │ ├── 018-3882-4-nowipe.dmg.patch │ │ ├── 018-3882-4.dmg.patch │ │ ├── DeviceTree.n45ap.img3.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.img3.patch │ │ ├── Services.plist.patch │ │ ├── WTF.n45ap.RELEASE.dfu.patch │ │ ├── WTF.s5l8900xall.RELEASE.dfu.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.dfu.patch │ │ ├── iBSS.n45ap.RELEASE.dfu.patch │ │ ├── iBoot.n45ap.RELEASE.img3.patch │ │ └── kernelcache.release.s5l8900x.patch │ ├── iPod1,1_2.0.2_5C1.bundle │ │ ├── 018-3984-1.patch │ │ ├── 018-3990-1-nowipe.patch │ │ ├── 018-3990-1.patch │ │ ├── DeviceTree.n45ap.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_2.0_5A347.bundle │ │ ├── 018-3783-2-nowipe.patch │ │ ├── 018-3783-2.patch │ │ ├── 018-3882-4.dmg.patch │ │ ├── DeviceTree.n45ap.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.plist.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_2.1_5F137.bundle │ │ ├── 018-4146-1.patch │ │ ├── 018-4149-1-nowipe.patch │ │ ├── 018-4149-1.patch │ │ ├── DeviceTree.n45ap.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_2.2.1_5H11.bundle │ │ ├── 018-4437-16.patch │ │ ├── 018-4443-16-nowipe.patch │ │ ├── 018-4443-16.patch │ │ ├── DeviceTree.n45ap.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_2.2_5G77.bundle │ │ ├── 018-4377-1.patch │ │ ├── 018-4378-1-nowipe.patch │ │ ├── 018-4378-1.patch │ │ ├── DeviceTree.n45ap.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_3.0_7A341.bundle │ │ ├── DeviceTree.n45ap.patch │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_3.1.1_7C145.bundle │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_3.1.2_7D11.bundle │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod1,1_3.1.3_7E18.bundle │ │ ├── Info.plist │ │ ├── LLB.n45ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── WTF.n45ap.RELEASE.patch │ │ ├── WTF.s5l8900xall.RELEASE.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n45ap.RELEASE.patch │ │ ├── iBSS.n45ap.RELEASE.patch │ │ ├── iBoot.n45ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod2,1_3.1.1_7C145.bundle │ │ ├── Info.plist │ │ ├── LLB.n72ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n72ap.RELEASE.patch │ │ ├── iBSS.n72ap.RELEASE.patch │ │ ├── iBoot.n72ap.RELEASE.patch │ │ └── kernelcache.release.patch │ ├── iPod2,1_3.1.2_7D11.bundle │ │ ├── Info.plist │ │ ├── LLB.n72ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n72ap.RELEASE.patch │ │ ├── iBSS.n72ap.RELEASE.patch │ │ ├── iBoot.n72ap.RELEASE.patch │ │ └── kernelcache.release.patch │ └── iPod2,1_3.1.3_7E18.bundle │ │ ├── Info.plist │ │ ├── LLB.n72ap.RELEASE.patch │ │ ├── Services.patch │ │ ├── asr.patch │ │ ├── fstab.patch │ │ ├── iBEC.n72ap.RELEASE.patch │ │ ├── iBSS.n72ap.RELEASE.patch │ │ ├── iBoot.n72ap.RELEASE.patch │ │ └── kernelcache.release.patch ├── bspatch.c ├── bundles │ ├── BootNeuter.tar │ ├── Cydia.tar │ ├── YoutubeActivation.tar │ ├── logo.png │ └── recovery.png ├── ibootim.c ├── imagetool.c ├── img2.c ├── img3.c ├── itunespwn.c ├── libxpwn.c ├── lzss.c ├── lzssfile.c ├── main.c ├── nor_files.c ├── outputstate.c ├── plist.c ├── pwnutil.c ├── ticket.c ├── validate.c ├── validate_ca.h ├── win32test.c └── xpwntool.c ├── minizip ├── CMakeLists.txt ├── ChangeLogUnzip ├── crypt.h ├── ioapi.c ├── ioapi.h ├── iowin32.c ├── iowin32.h ├── miniunz.c ├── minizip.c ├── mztools.c ├── mztools.h ├── unzip.c ├── unzip.h ├── zip.c └── zip.h └── xpwn ├── CMakeLists.txt ├── include └── libibooter.h ├── ramdisk.dmg ├── src ├── libibooter.cpp └── xpwn.cpp └── win32test.c /BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/BUILD -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /FindUSB.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/FindUSB.cmake -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/LICENSE -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/README.markdown -------------------------------------------------------------------------------- /common/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_library(common abstractfile.c base64.c) 2 | 3 | -------------------------------------------------------------------------------- /common/abstractfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/common/abstractfile.c -------------------------------------------------------------------------------- /common/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/common/base64.c -------------------------------------------------------------------------------- /crypto/BUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/BUILD -------------------------------------------------------------------------------- /crypto/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/Makefile -------------------------------------------------------------------------------- /crypto/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/README -------------------------------------------------------------------------------- /crypto/aes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/aes -------------------------------------------------------------------------------- /crypto/aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/aes.c -------------------------------------------------------------------------------- /crypto/aescmd: -------------------------------------------------------------------------------- 1 | aes -------------------------------------------------------------------------------- /crypto/patch-kernel-crypto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/patch-kernel-crypto -------------------------------------------------------------------------------- /crypto/patch-kernel-crypto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/patch-kernel-crypto.c -------------------------------------------------------------------------------- /crypto/patch-kernel.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/patch-kernel.sh -------------------------------------------------------------------------------- /crypto/xpwntool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/crypto/xpwntool -------------------------------------------------------------------------------- /dfu-util/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/CMakeLists.txt -------------------------------------------------------------------------------- /dfu-util/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/COPYING -------------------------------------------------------------------------------- /dfu-util/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/README -------------------------------------------------------------------------------- /dfu-util/dfu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/dfu.c -------------------------------------------------------------------------------- /dfu-util/dfu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/dfu.h -------------------------------------------------------------------------------- /dfu-util/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/main.c -------------------------------------------------------------------------------- /dfu-util/sam7dfu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/sam7dfu.c -------------------------------------------------------------------------------- /dfu-util/sam7dfu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/sam7dfu.h -------------------------------------------------------------------------------- /dfu-util/usb_dfu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dfu-util/usb_dfu.h -------------------------------------------------------------------------------- /dmg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/CMakeLists.txt -------------------------------------------------------------------------------- /dmg/checksum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/checksum.c -------------------------------------------------------------------------------- /dmg/dmg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/dmg.c -------------------------------------------------------------------------------- /dmg/dmgfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/dmgfile.c -------------------------------------------------------------------------------- /dmg/dmglib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/dmglib.c -------------------------------------------------------------------------------- /dmg/filevault.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/filevault.c -------------------------------------------------------------------------------- /dmg/io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/io.c -------------------------------------------------------------------------------- /dmg/partition.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/partition.c -------------------------------------------------------------------------------- /dmg/resources.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/resources.c -------------------------------------------------------------------------------- /dmg/udif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/udif.c -------------------------------------------------------------------------------- /dmg/win32test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/dmg/win32test.c -------------------------------------------------------------------------------- /hdutil/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hdutil/CMakeLists.txt -------------------------------------------------------------------------------- /hdutil/hdutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hdutil/hdutil.c -------------------------------------------------------------------------------- /hdutil/win32test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hdutil/win32test.c -------------------------------------------------------------------------------- /hfs/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/CMakeLists.txt -------------------------------------------------------------------------------- /hfs/btree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/btree.c -------------------------------------------------------------------------------- /hfs/catalog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/catalog.c -------------------------------------------------------------------------------- /hfs/extents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/extents.c -------------------------------------------------------------------------------- /hfs/fastunicodecompare.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/fastunicodecompare.c -------------------------------------------------------------------------------- /hfs/flatfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/flatfile.c -------------------------------------------------------------------------------- /hfs/hfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/hfs.c -------------------------------------------------------------------------------- /hfs/hfscompress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/hfscompress.c -------------------------------------------------------------------------------- /hfs/hfslib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/hfslib.c -------------------------------------------------------------------------------- /hfs/rawfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/rawfile.c -------------------------------------------------------------------------------- /hfs/utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/utility.c -------------------------------------------------------------------------------- /hfs/volume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/volume.c -------------------------------------------------------------------------------- /hfs/xattr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/hfs/xattr.c -------------------------------------------------------------------------------- /ide/eclipse/.cdtproject: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/eclipse/.cdtproject -------------------------------------------------------------------------------- /ide/eclipse/.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/eclipse/.project -------------------------------------------------------------------------------- /ide/eclipse/.settings/org.eclipse.cdt.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/eclipse/.settings/org.eclipse.cdt.core.prefs -------------------------------------------------------------------------------- /ide/eclipse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/eclipse/Makefile -------------------------------------------------------------------------------- /ide/xcode/libdmg-hfsplus.xcodeproj/david.mode1v3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/xcode/libdmg-hfsplus.xcodeproj/david.mode1v3 -------------------------------------------------------------------------------- /ide/xcode/libdmg-hfsplus.xcodeproj/david.pbxuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/xcode/libdmg-hfsplus.xcodeproj/david.pbxuser -------------------------------------------------------------------------------- /ide/xcode/libdmg-hfsplus.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ide/xcode/libdmg-hfsplus.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /idevice/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/CMakeLists.txt -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AE.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEDataModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEDataModel.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEHelpers.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEInteraction.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEMach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEMach.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEObjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEObjects.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEPackObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEPackObject.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AERegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AERegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEUserTermTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AEUserTermTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AIFF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AIFF.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ASDebugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ASDebugging.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ASRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ASRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATS.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATSFont.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSLayoutTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATSLayoutTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATSTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSUnicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATSUnicode.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSUnicodeDirectAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATSUnicodeDirectAccess.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSUnicodeFlattening.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ATSUnicodeFlattening.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AVLTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AVLTree.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Aliases.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Aliases.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Appearance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Appearance.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleDiskPartitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AppleDiskPartitions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AppleEvents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AppleHelp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleScript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AppleScript.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleTalk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AppleTalk.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ApplicationServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ApplicationServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AssertMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AssertMacros.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AvailabilityMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/AvailabilityMacros.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Balloons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Balloons.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFArray.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFBag.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFBase.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBinaryHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFBinaryHeap.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBitVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFBitVector.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBundle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFBundle.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFCharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFCharacterSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFData.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFDate.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFDictionary.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFMachPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFMachPort.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFMessagePort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFMessagePort.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFNetwork.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFNotificationCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFNotificationCenter.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFNumber.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFPlugIn.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPlugInCOM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFPlugInCOM.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPreferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFPreferences.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPropertyList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFPropertyList.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFRunLoop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFRunLoop.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFSocket.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFStream.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFString.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFStringEncodingExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFStringEncodingExt.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFTimeZone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFTimeZone.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFTree.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFURL.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFURLAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFURLAccess.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFUUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFUUID.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFXMLNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFXMLNode.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFXMLParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CFXMLParser.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGAffineTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGAffineTransform.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGBase.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGBitmapContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGBitmapContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGColorSpace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGColorSpace.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDataConsumer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGDataConsumer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDataProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGDataProvider.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDirectDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGDirectDisplay.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDirectPalette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGDirectPalette.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGError.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGFont.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGGeometry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGImage.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGPDFContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGPDFContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGPDFDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGPDFDocument.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGPattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGPattern.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGRemoteOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGRemoteOperation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGWindowLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CGWindowLevel.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMCalibrator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMCalibrator.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMDeviceIntegration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMDeviceIntegration.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMICCProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMICCProfile.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMMComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMMComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMScriptingPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMScriptingPlugin.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CMTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVBase.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVBuffer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVDirect3DBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVDirect3DBuffer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVDirect3DBufferPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVDirect3DBufferPool.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVDirect3DTexture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVDirect3DTexture.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVDirect3DTextureCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVDirect3DTextureCache.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVHostTime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVHostTime.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVImageBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVImageBuffer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVPixelBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVPixelBuffer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVPixelBufferPool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVPixelBufferPool.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVPixelFormatDescription.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVPixelFormatDescription.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CVReturn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CVReturn.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Carbon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Carbon.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CarbonCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CarbonEvents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonEventsCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CarbonEventsCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CarbonSound.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CodeFragments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CodeFragments.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Collections.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ColorPicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ColorPicker.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ColorSync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ColorSync.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CommonPanels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CommonPanels.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Components.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ConditionalMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ConditionalMacros.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ControlDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ControlDefinitions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ControlManagerComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ControlManagerComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Controls.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreAudioTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreAudioTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFArray.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFBase.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFCharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFCharacterSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFData.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFDictionary.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFLocale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFLocale.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFNumber.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFString.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFStringEncodingExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFStringEncodingExt.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFURL.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreGraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreGraphics.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreVideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CoreVideo.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CursorDevices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/CursorDevices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DateTimeUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/DateTimeUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Debugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Debugging.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DeviceControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/DeviceControl.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Devices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Devices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Dialogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Dialogs.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Dictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Dictionary.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DigitalHubRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/DigitalHubRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Displays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Displays.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Drag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Drag.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DrawSprocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/DrawSprocket.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DriverServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/DriverServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DriverSynchronization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/DriverSynchronization.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Editions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Editions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Endian.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Events.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Files.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FindByContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/FindByContent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Finder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Finder.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FinderRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/FinderRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FixMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/FixMath.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Folders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Folders.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FontPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/FontPanel.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FontSync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/FontSync.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Fonts.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GNUCompatibility/stdbool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/GNUCompatibility/stdbool.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GNUCompatibility/stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/GNUCompatibility/stdint.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GXFonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/GXFonts.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GXMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/GXMath.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GXTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/GXTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Gestalt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Gestalt.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HFSVolumes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HFSVolumes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIMovieView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIMovieView.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIObject.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIShape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIShape.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HITextUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HITextUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIToolbar.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIToolbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIToolbox.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HIView.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HTMLRendering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/HTMLRendering.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Help.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IBCarbonRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/IBCarbonRuntime.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ICAApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ICAApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ICACamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ICACamera.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ICADevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ICADevice.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IconStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/IconStorage.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Icons.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ImageCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ImageCapture.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ImageCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ImageCodec.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ImageCompression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ImageCompression.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/InternetConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/InternetConfig.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IntlResources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/IntlResources.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IsochronousDataHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/IsochronousDataHandler.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/JavaApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/JavaApplet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/JavaControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/JavaControl.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/JavaEmbedding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/JavaEmbedding.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Keyboards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Keyboards.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Keychain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Keychain.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/KeychainCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/KeychainCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/KeychainHI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/KeychainHI.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LangAnalysis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/LangAnalysis.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LanguageAnalysis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/LanguageAnalysis.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LaunchServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/LaunchServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ListManagerComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ListManagerComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Lists.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Lists.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LowMem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/LowMem.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacHelp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacLocales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacLocales.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacMemory.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacTextEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacTextEditor.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacWindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MacWindows.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MachineExceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MachineExceptions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Math64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Math64.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MediaHandlers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MediaHandlers.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Menus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Menus.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MixedMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MixedMode.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Movies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Movies.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MoviesFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MoviesFormat.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Multiprocessing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Multiprocessing.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MultiprocessingInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/MultiprocessingInfo.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/NSL.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NSLCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/NSLCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NameRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/NameRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Navigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Navigation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NavigationServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/NavigationServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Notification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Notification.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NumberFormatting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/NumberFormatting.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OSA.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSAComp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OSAComp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSAGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OSAGeneric.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OSServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OSUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OT.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenScripting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OpenScripting.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenTransport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OpenTransport.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenTransportProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OpenTransportProtocol.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenTransportProviders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/OpenTransportProviders.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PEFBinaryFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PEFBinaryFormat.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PLStringFuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PLStringFuncs.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMDefinitions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMIOModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMIOModule.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPluginHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMPluginHeader.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPrinterBrowsers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMPrinterBrowsers.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPrinterModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMPrinterModule.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPrintingDialogExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMPrintingDialogExtensions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMRaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMRaster.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMTemplate.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMTicket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PMTicket.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Packages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Packages.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Palettes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Palettes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Patches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Patches.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PictUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PictUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Power.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Power.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Print.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PrintCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/PrintCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Printing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Printing.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Processes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Processes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3D.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DCamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DCamera.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DCustomElements.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DCustomElements.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DDrawContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DDrawContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DGeometry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DGroup.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DIO.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DLight.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DMath.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DOld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DOld.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DPick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DPick.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DRenderer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DShader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DShader.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DStorage.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DString.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DStyle.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DTransform.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DView.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QD3DViewer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QDOffscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QDOffscreen.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QDPictToCGContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QDPictToCGContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTLoadLibraryUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QTLoadLibraryUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QTML.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTSMovie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QTSMovie.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTStreamingComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QTStreamingComponents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTime.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTimeComponents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTimeErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeMusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTimeMusic.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeStreaming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTimeStreaming.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeVR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTimeVR.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeVRFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickTimeVRFormat.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Quickdraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Quickdraw.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickdrawText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/QuickdrawText.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/RAVE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/RAVE.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ROMDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ROMDefs.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ResourceForkComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ResourceForkComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Resources.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Retrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Retrace.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SCSI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SCSI.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SFNTLayoutTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SFNTLayoutTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SFNTTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SFNTTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ScalerStreamTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ScalerStreamTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Scrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Scrap.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Script.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SecurityCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SecurityCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SecurityHI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SecurityHI.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SegLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SegLoad.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Slots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Slots.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Sound.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SpeechRecognition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SpeechRecognition.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SpeechSynthesis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SpeechSynthesis.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/StandardFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/StandardFile.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Streaming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Streaming.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/StringCompare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/StringCompare.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Strings.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SystemSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/SystemSound.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TSMTE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TSMTE.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TargetConditionals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TargetConditionals.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TextCommon.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TextEdit.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextEncodingConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TextEncodingConverter.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextEncodingPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TextEncodingPlugin.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TextServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TextUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Threads.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Timer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ToolUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/ToolUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Translation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Translation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TranslationExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TranslationExtensions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Traps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Traps.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TypeSelect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/TypeSelect.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/URLAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/URLAccess.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/UTCUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/UTCUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/UnicodeConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/UnicodeConverter.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/UnicodeUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/UnicodeUtilities.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/Video.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/WSMethodInvocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/WSMethodInvocation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/WebServicesCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/WebServicesCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/fenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/fenv.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/fp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/fp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vBLAS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vBLAS.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vBasicOps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vBasicOps.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vBigNum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vBigNum.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vDSP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vDSP.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vecLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vecLib.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vectorOps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vectorOps.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/CIncludes/vfp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/CVClient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/Libraries/CVClient.lib -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/QTMLClient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/Libraries/QTMLClient.lib -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/QTSClient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/Libraries/QTSClient.lib -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/QTVR.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/QuicktimeSDK/Libraries/QTVR.lib -------------------------------------------------------------------------------- /idevice/idevice.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/idevice.c -------------------------------------------------------------------------------- /idevice/idevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/idevice.h -------------------------------------------------------------------------------- /idevice/mobiledevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/mobiledevice.h -------------------------------------------------------------------------------- /idevice/restore.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/restore.img3 -------------------------------------------------------------------------------- /idevice/windows.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/idevice/windows.c -------------------------------------------------------------------------------- /includes/abstractfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/abstractfile.h -------------------------------------------------------------------------------- /includes/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/common.h -------------------------------------------------------------------------------- /includes/dmg/dmg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/dmg/dmg.h -------------------------------------------------------------------------------- /includes/dmg/dmgfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/dmg/dmgfile.h -------------------------------------------------------------------------------- /includes/dmg/dmglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/dmg/dmglib.h -------------------------------------------------------------------------------- /includes/dmg/filevault.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/dmg/filevault.h -------------------------------------------------------------------------------- /includes/hfs/hfscompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/hfs/hfscompress.h -------------------------------------------------------------------------------- /includes/hfs/hfslib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/hfs/hfslib.h -------------------------------------------------------------------------------- /includes/hfs/hfsplus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/hfs/hfsplus.h -------------------------------------------------------------------------------- /includes/partial/firmwaremaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/partial/firmwaremaster.h -------------------------------------------------------------------------------- /includes/partial/partial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/partial/partial.h -------------------------------------------------------------------------------- /includes/xpwn/8900.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/8900.h -------------------------------------------------------------------------------- /includes/xpwn/ibootim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/ibootim.h -------------------------------------------------------------------------------- /includes/xpwn/img2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/img2.h -------------------------------------------------------------------------------- /includes/xpwn/img3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/img3.h -------------------------------------------------------------------------------- /includes/xpwn/libxpwn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/libxpwn.h -------------------------------------------------------------------------------- /includes/xpwn/lzss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/lzss.h -------------------------------------------------------------------------------- /includes/xpwn/lzssfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/lzssfile.h -------------------------------------------------------------------------------- /includes/xpwn/nor_files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/nor_files.h -------------------------------------------------------------------------------- /includes/xpwn/outputstate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/outputstate.h -------------------------------------------------------------------------------- /includes/xpwn/plist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/plist.h -------------------------------------------------------------------------------- /includes/xpwn/pwnutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/includes/xpwn/pwnutil.h -------------------------------------------------------------------------------- /ipsw-patch/8900.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/8900.c -------------------------------------------------------------------------------- /ipsw-patch/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/CMakeLists.txt -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_7.0.4_11B554a.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_7.0.4_11B554a.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_7.0.4_11B554a.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_7.0.4_11B554a.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.1_11D201.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.1_11D201.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.1_11D201.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.1_11D201.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,2_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,2_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad2,2_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad2,2_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad3,1_6.1.2_10B146.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad3,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPad3,3_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone3,1_6.1.2_10B146.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone3,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone3,1_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone3,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone3,2_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone3,2_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone3,3_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_5.1.1_9B206.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_5.1.1_9B206.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_5.1.1_9B206.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_5.1.1_9B206.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0.2_11A501.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0.2_11A501.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0.3_11B511.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0.3_11B511.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0_11A465.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0_11A465.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0_11A465.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.0_11A465.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1.1_11D201.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1.1_11D201.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1_11D167.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1_11D167.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1_11D167.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_7.1_11D167.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_8.1.3_12B466.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_8.1.3_12B466.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_8.3_12F70.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_8.3_12F70.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone4,1_8.3_12F70.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone4,1_8.3_12F70.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0.1_10A525.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0.1_10A525.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0.2_10A551.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0.2_10A551.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0_10A405.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0_10A405.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0_10A405.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.0_10A405.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1.2_10B146.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1.2_10B146.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1.3_10B329.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1.3_10B329.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1.4_10B350.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1.4_10B350.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1_10B143.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1_10B143.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1_10B143.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_6.1_10B143.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0.2_11A501.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0.2_11A501.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0_11A465.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0_11A465.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0_11A465.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.0_11A465.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1.1_11D201.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1.1_11D201.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1_11D167.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1_11D167.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1_11D167.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_7.1_11D167.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.0.2_12A405.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.0.2_12A405.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.1.1_12B435.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.1.1_12B435.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.1.2_12B440.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.1.2_12B440.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.1.3_12B466.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.1.3_12B466.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.2_12D508.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.2_12D508.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.2_12D508.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.2_12D508.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.3_12F70.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.3_12F70.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.3_12F70.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.3_12F70.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.4.1_12H321.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.4.1_12H321.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.4_12H143.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.4_12H143.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.4_12H143.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,1_8.4_12H143.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0.1_10A525.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0.1_10A525.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0.2_10A551.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0.2_10A551.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0_10A405.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0_10A405.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0_10A405.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.0_10A405.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1.2_10B146.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1.2_10B146.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1.4_10B350.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1.4_10B350.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1_10B143.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1_10B143.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1_10B143.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_6.1_10B143.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0.2_11A501.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0.2_11A501.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0.3_11B511.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0.3_11B511.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0_11A465.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0_11A465.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0_11A465.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.0_11A465.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1.1_11D201.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1.1_11D201.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1_11D167.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1_11D167.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1_11D167.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_7.1_11D167.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.0.2_12A405.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.0.2_12A405.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.1.1_12B435.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.1.1_12B435.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.1.2_12B440.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.1.3_12B466.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.1.3_12B466.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.2_12D508.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.2_12D508.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.2_12D508.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.2_12D508.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.3_12F70.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.4.1_12H321.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.4.1_12H321.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.4_12H143.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.4_12H143.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.4_12H143.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_8.4_12H143.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_9.0.2_13A452.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_9.0.2_13A452.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_9.0_13A344.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_9.0_13A344.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,2_9.0_13A344.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,2_9.0_13A344.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.0.3_11B511.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.0.3_11B511.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1.1_11D201.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1.1_11D201.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1_11D167.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1_11D167.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1_11D167.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_7.1_11D167.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1.1_12B435.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1.1_12B435.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1.2_12B440.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1.2_12B440.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1.3_12B466.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1.3_12B466.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1_12B411.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1_12B411.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1_12B411.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.1_12B411.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.2_12D508.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.2_12D508.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.2_12D508.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.2_12D508.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.3_12F70.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.3_12F70.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.3_12F70.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.3_12F70.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.4_12H143.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.4_12H143.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.4_12H143.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,3_8.4_12H143.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.0.6_11B651.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.0.6_11B651.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1.1_11D201.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1.1_11D201.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1.2_11D257.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1_11D167.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1_11D167.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1_11D167.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_7.1_11D167.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0.1_12A402.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0.1_12A402.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0.2_12A405.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0.2_12A405.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0_12A365.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0_12A365.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0_12A365.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.0_12A365.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1.1_12B435.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1.1_12B435.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1.2_12B440.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1.3_12B466.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1.3_12B466.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1_12B411.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1_12B411.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1_12B411.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.1_12B411.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.2_12D508.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.2_12D508.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.2_12D508.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.2_12D508.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.3_12F70.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.3_12F70.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.3_12F70.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.3_12F70.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.4_12H143.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.4_12H143.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.4_12H143.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/Down_iPhone5,4_8.4_12H143.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-3984-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-3984-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-4000-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-4000-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/018-3786-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/018-3786-2.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4108-7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4108-7.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4118-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4118-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4377-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4377-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4378-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4378-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.0_7A341.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.2_7D11.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1.3_7E18.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/bbupdater.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,1_3.1_7C144.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3984-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3984-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3990-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3990-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/018-3783-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/018-3783-2.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4118-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4118-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4122-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4122-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4377-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4377-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4378-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4378-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.0_7A341.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.2_7D11.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1.3_7E18.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone1,2_3.1_7C144.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1.2_7D11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1.2_7D11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1.2_7D11.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1.2_7D11.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1.2_7D11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1.2_7D11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1.3_7E18.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1.3_7E18.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1.3_7E18.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1.3_7E18.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1.3_7E18.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1.3_7E18.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_3.1_7C144.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_6.0_10A403.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_6.0_10A403.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_6.0_10A403.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_6.0_10A403.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone2,1_6.0_10A403.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPhone2,1_6.0_10A403.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3984-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3984-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3990-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3990-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3783-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3783-2.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4146-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4146-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4149-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4149-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4377-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4377-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4378-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4378-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.0_7A341.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.1_7C145.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.2_7D11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod1,1_3.1.3_7E18.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.1_7C145.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.2_7D11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/Info.plist -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/asr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/asr.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/FirmwareBundles/iPod2,1_3.1.3_7E18.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/bspatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/bspatch.c -------------------------------------------------------------------------------- /ipsw-patch/bundles/BootNeuter.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/bundles/BootNeuter.tar -------------------------------------------------------------------------------- /ipsw-patch/bundles/Cydia.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/bundles/Cydia.tar -------------------------------------------------------------------------------- /ipsw-patch/bundles/YoutubeActivation.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/bundles/YoutubeActivation.tar -------------------------------------------------------------------------------- /ipsw-patch/bundles/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/bundles/logo.png -------------------------------------------------------------------------------- /ipsw-patch/bundles/recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/bundles/recovery.png -------------------------------------------------------------------------------- /ipsw-patch/ibootim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/ibootim.c -------------------------------------------------------------------------------- /ipsw-patch/imagetool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/imagetool.c -------------------------------------------------------------------------------- /ipsw-patch/img2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/img2.c -------------------------------------------------------------------------------- /ipsw-patch/img3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/img3.c -------------------------------------------------------------------------------- /ipsw-patch/itunespwn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/itunespwn.c -------------------------------------------------------------------------------- /ipsw-patch/libxpwn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/libxpwn.c -------------------------------------------------------------------------------- /ipsw-patch/lzss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/lzss.c -------------------------------------------------------------------------------- /ipsw-patch/lzssfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/lzssfile.c -------------------------------------------------------------------------------- /ipsw-patch/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/main.c -------------------------------------------------------------------------------- /ipsw-patch/nor_files.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/nor_files.c -------------------------------------------------------------------------------- /ipsw-patch/outputstate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/outputstate.c -------------------------------------------------------------------------------- /ipsw-patch/plist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/plist.c -------------------------------------------------------------------------------- /ipsw-patch/pwnutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/pwnutil.c -------------------------------------------------------------------------------- /ipsw-patch/ticket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/ticket.c -------------------------------------------------------------------------------- /ipsw-patch/validate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/validate.c -------------------------------------------------------------------------------- /ipsw-patch/validate_ca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/validate_ca.h -------------------------------------------------------------------------------- /ipsw-patch/win32test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/win32test.c -------------------------------------------------------------------------------- /ipsw-patch/xpwntool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/ipsw-patch/xpwntool.c -------------------------------------------------------------------------------- /minizip/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/CMakeLists.txt -------------------------------------------------------------------------------- /minizip/ChangeLogUnzip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/ChangeLogUnzip -------------------------------------------------------------------------------- /minizip/crypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/crypt.h -------------------------------------------------------------------------------- /minizip/ioapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/ioapi.c -------------------------------------------------------------------------------- /minizip/ioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/ioapi.h -------------------------------------------------------------------------------- /minizip/iowin32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/iowin32.c -------------------------------------------------------------------------------- /minizip/iowin32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/iowin32.h -------------------------------------------------------------------------------- /minizip/miniunz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/miniunz.c -------------------------------------------------------------------------------- /minizip/minizip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/minizip.c -------------------------------------------------------------------------------- /minizip/mztools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/mztools.c -------------------------------------------------------------------------------- /minizip/mztools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/mztools.h -------------------------------------------------------------------------------- /minizip/unzip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/unzip.c -------------------------------------------------------------------------------- /minizip/unzip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/unzip.h -------------------------------------------------------------------------------- /minizip/zip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/zip.c -------------------------------------------------------------------------------- /minizip/zip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/minizip/zip.h -------------------------------------------------------------------------------- /xpwn/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/xpwn/CMakeLists.txt -------------------------------------------------------------------------------- /xpwn/include/libibooter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/xpwn/include/libibooter.h -------------------------------------------------------------------------------- /xpwn/ramdisk.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/xpwn/ramdisk.dmg -------------------------------------------------------------------------------- /xpwn/src/libibooter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/xpwn/src/libibooter.cpp -------------------------------------------------------------------------------- /xpwn/src/xpwn.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/xpwn/src/xpwn.cpp -------------------------------------------------------------------------------- /xpwn/win32test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xerub/xpwn/HEAD/xpwn/win32test.c --------------------------------------------------------------------------------