├── 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 ├── dripwn ├── CMakeLists.txt └── dripwn.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 │ ├── 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,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 │ ├── 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 ├── 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 ├── 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 ├── pwnmetheus2 ├── AppleMobileDevice.cpp ├── AppleMobileDevice.h ├── CMakeLists.txt ├── DFUMode.h ├── RecoveryMode.h ├── WinAppleUSB.cpp ├── stdafx.h └── targetver.h └── xpwn ├── CMakeLists.txt ├── include └── libibooter.h ├── ramdisk.dmg ├── src ├── libibooter.cpp └── xpwn.cpp └── win32test.c /common/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_library(common abstractfile.c base64.c) 2 | 3 | -------------------------------------------------------------------------------- /crypto/BUILD: -------------------------------------------------------------------------------- 1 | These tools are meant to be built and run from the iPhone. 2 | 3 | Use apt to install iphone-gcc, make, and get the headers from somewhere. 4 | 5 | -------------------------------------------------------------------------------- /crypto/Makefile: -------------------------------------------------------------------------------- 1 | all: aes patch-kernel-crypto 2 | 3 | aes: aes.c 4 | gcc aes.c -lIOKit -o aes 5 | ldid -S aes 6 | 7 | patch-kernel-crypto: patch-kernel-crypto.c 8 | gcc patch-kernel-crypto.c -o patch-kernel-crypto 9 | ldid -S patch-kernel-crypto 10 | 11 | clean: 12 | rm aes patch-kernel-crypto 13 | 14 | -------------------------------------------------------------------------------- /crypto/aes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/crypto/aes -------------------------------------------------------------------------------- /crypto/aescmd: -------------------------------------------------------------------------------- 1 | aes -------------------------------------------------------------------------------- /crypto/patch-kernel-crypto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/crypto/patch-kernel-crypto -------------------------------------------------------------------------------- /crypto/patch-kernel-crypto.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | #include 5 | 6 | const char patch[] = {0x7d, 0x0e, 0x53, 0xe3, 0x02, 0x60, 0xa0, 0xe1}; 7 | 8 | const char patch2[] = {0xfa, 0x0f, 0x53, 0xe3, 0x05, 0x00, 0x00, 0x1a}; 9 | 10 | int main(int argc, char* argv[]) { 11 | int matchLoc = 0; 12 | FILE* file = fopen(argv[1], "rb+"); 13 | fseek(file, 0, SEEK_END); 14 | int length = ftell(file); 15 | fseek(file, 0, SEEK_SET); 16 | uint8_t* buffer = malloc(length); 17 | fread(buffer, 1, length, file); 18 | 19 | int i; 20 | for(i = 0; i < length; i++) { 21 | uint8_t* candidate = &buffer[i]; 22 | if(memcmp(candidate, patch, sizeof(patch)) == 0) { 23 | candidate[2] = 0x5f; 24 | fseek(file, i, SEEK_SET); 25 | fwrite(candidate, sizeof(patch), 1, file); 26 | continue; 27 | } 28 | if(memcmp(candidate, patch2, sizeof(patch2)) == 0) { 29 | candidate[2] = 0x5f; 30 | fseek(file, i, SEEK_SET); 31 | fwrite(candidate, sizeof(patch2), 1, file); 32 | continue; 33 | } 34 | } 35 | 36 | fclose(file); 37 | 38 | return 0; 39 | } 40 | 41 | -------------------------------------------------------------------------------- /crypto/patch-kernel.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | XPWNTOOL=./xpwntool 3 | PATCHKERNEL=./patch-kernel-crypto 4 | KERNEL=/System/Library/Caches/com.apple.kernelcaches/kernelcache.s5l8900x 5 | 6 | if [ $# -ne 2 ] 7 | then 8 | ${XPWNTOOL} ${KERNEL} /tmp/a 9 | ${PATCHKERNEL} /tmp/a 10 | ${XPWNTOOL} /tmp/a /tmp/b -t ${KERNEL} 11 | else 12 | ${XPWNTOOL} ${KERNEL} /tmp/a -iv $1 -k $2 13 | ${PATCHKERNEL} /tmp/a 14 | ${XPWNTOOL} /tmp/a /tmp/b -t ${KERNEL} -iv $1 -k $2 15 | fi 16 | 17 | rm /tmp/a 18 | cp ${KERNEL} /kernel.backup 19 | cp /tmp/b ${KERNEL} 20 | rm /tmp/b 21 | 22 | -------------------------------------------------------------------------------- /crypto/xpwntool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/crypto/xpwntool -------------------------------------------------------------------------------- /dfu-util/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | INCLUDE(${PROJECT_SOURCE_DIR}/FindUSB.cmake) 2 | 3 | IF(NOT APPLE OR NOT BUILD_STATIC) 4 | IF(NOT USB_FOUND) 5 | message(STATUS "libusb is required for dfu-util!") 6 | ELSE(NOT USB_FOUND) 7 | include_directories(${USB_INCLUDE_DIR}) 8 | link_directories(${USB_LIBRARIES}) 9 | 10 | add_executable(dfu-util dfu.c sam7dfu.c main.c) 11 | 12 | link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs ${PROJECT_BINARY_DIR}/ipsw-patch) 13 | 14 | IF(APPLE) 15 | SET_TARGET_PROPERTIES(dfu-util PROPERTIES LINK_FLAGS "-framework CoreFoundation -framework IOKit") 16 | ENDIF(APPLE) 17 | 18 | target_link_libraries(dfu-util xpwn) 19 | target_link_libraries(dfu-util ${USB_LIBRARIES}) 20 | 21 | install(TARGETS dfu-util DESTINATION .) 22 | ENDIF(NOT USB_FOUND) 23 | ENDIF(NOT APPLE OR NOT BUILD_STATIC) 24 | -------------------------------------------------------------------------------- /dfu-util/README: -------------------------------------------------------------------------------- 1 | This is a heavily hacked version of the DFU-Util written for the OpenMoko 2 | device, as made available here: http://wiki.openmoko.org/wiki/Dfu-util 3 | 4 | Many thanks to the OpenMoko folks. Writing a USB DFU implementation from 5 | scratch would not have been particularly fun. 6 | 7 | From the wiki: 8 | 9 | WARNING: Dfu-util is currently broken on big-endian architectures 10 | 11 | -------------------------------------------------------------------------------- /dfu-util/sam7dfu.h: -------------------------------------------------------------------------------- 1 | #ifndef _SAM7DFU_H 2 | #define _SAM7DFU_H 3 | #include "abstractfile.h" 4 | 5 | int sam7dfu_do_dnload(struct usb_dev_handle *usb_handle, int interface, 6 | int xfer_size, AbstractFile* file); 7 | 8 | #endif 9 | -------------------------------------------------------------------------------- /dmg/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | INCLUDE(FindOpenSSL) 2 | INCLUDE(FindZLIB) 3 | 4 | FIND_LIBRARY(CRYPTO_LIBRARIES crypto 5 | PATHS 6 | /usr/lib 7 | /usr/local/lib 8 | ) 9 | 10 | IF(NOT ZLIB_FOUND) 11 | message(FATAL_ERROR "zlib is required for dmg!") 12 | ENDIF(NOT ZLIB_FOUND) 13 | 14 | include_directories(${ZLIB_INCLUDE_DIR}) 15 | 16 | link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs) 17 | 18 | add_library(dmg checksum.c dmgfile.c dmglib.c filevault.c io.c partition.c resources.c udif.c) 19 | 20 | target_link_libraries(dmg ${ZLIB_LIBRARIES}) 21 | 22 | IF(OPENSSL_FOUND) 23 | add_definitions(-DHAVE_CRYPT) 24 | include_directories(${OPENSSL_INCLUDE_DIR}) 25 | target_link_libraries(dmg ${CRYPTO_LIBRARIES}) 26 | IF(WIN32) 27 | TARGET_LINK_LIBRARIES(dmg gdi32) 28 | ENDIF(WIN32) 29 | ENDIF(OPENSSL_FOUND) 30 | 31 | target_link_libraries(dmg common hfs z) 32 | 33 | add_executable(dmg-bin dmg.c) 34 | target_link_libraries (dmg-bin dmg) 35 | 36 | set_target_properties(dmg-bin PROPERTIES OUTPUT_NAME "dmg") 37 | 38 | install(TARGETS dmg-bin DESTINATION .) 39 | 40 | -------------------------------------------------------------------------------- /dmg/win32test.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifdef WIN32 4 | blahfs-o_f-0-(){ {}A 5 | #else 6 | int main(int argc, char* argv[]) { 7 | return 0; 8 | } 9 | #endif 10 | -------------------------------------------------------------------------------- /dripwn/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs ${PROJECT_BINARY_DIR}/dmg) 2 | 3 | add_executable(dripwn dripwn.c) 4 | 5 | target_link_libraries (dripwn xpwn) 6 | include_directories(${PROJECT_SOURCE_DIR}/minizip) 7 | link_directories(${PROJECT_BINARY_DIR}/minizip) 8 | 9 | install(TARGETS dripwn DESTINATION .) 10 | 11 | -------------------------------------------------------------------------------- /hdutil/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs ${PROJECT_BINARY_DIR}/dmg) 2 | 3 | add_executable(hdutil hdutil.c) 4 | 5 | target_link_libraries (hdutil dmg hfs common) 6 | 7 | install(TARGETS hdutil DESTINATION .) 8 | 9 | -------------------------------------------------------------------------------- /hdutil/win32test.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifdef WIN32 4 | blahfs-o_f-0-(){ {}A 5 | #else 6 | int main(int argc, char* argv[]) { 7 | return 0; 8 | } 9 | #endif 10 | -------------------------------------------------------------------------------- /hfs/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | INCLUDE(FindZLIB) 2 | 3 | IF(NOT ZLIB_FOUND) 4 | message(FATAL_ERROR "zlib is required for hfs!") 5 | ENDIF(NOT ZLIB_FOUND) 6 | 7 | include_directories(${ZLIB_INCLUDE_DIR}) 8 | 9 | link_directories (${PROJECT_BINARY_DIR}/common) 10 | add_library(hfs btree.c catalog.c extents.c xattr.c fastunicodecompare.c flatfile.c hfslib.c rawfile.c utility.c volume.c hfscompress.c) 11 | target_link_libraries(hfs common) 12 | 13 | target_link_libraries(hfs ${ZLIB_LIBRARIES}) 14 | 15 | add_executable(hfsplus hfs.c) 16 | target_link_libraries (hfsplus hfs) 17 | 18 | install(TARGETS hfsplus DESTINATION .) 19 | 20 | -------------------------------------------------------------------------------- /hfs/utility.c: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | #include 4 | 5 | void hfs_panic(const char* hfs_panicString) { 6 | fprintf(stderr, "%s\n", hfs_panicString); 7 | exit(1); 8 | } 9 | 10 | void printUnicode(HFSUniStr255* str) { 11 | int i; 12 | 13 | for(i = 0; i < str->length; i++) { 14 | printf("%c", (char)(str->unicode[i] & 0xff)); 15 | } 16 | } 17 | 18 | char* unicodeToAscii(HFSUniStr255* str) { 19 | int i; 20 | char* toReturn; 21 | 22 | toReturn = (char*) malloc(sizeof(char) * (str->length + 1)); 23 | 24 | for(i = 0; i < str->length; i++) { 25 | toReturn[i] = (char)(str->unicode[i] & 0xff); 26 | } 27 | toReturn[i] = '\0'; 28 | 29 | return toReturn; 30 | } 31 | -------------------------------------------------------------------------------- /ide/eclipse/.settings/org.eclipse.cdt.core.prefs: -------------------------------------------------------------------------------- 1 | #Sun Apr 27 17:11:49 EDT 2008 2 | eclipse.preferences.version=1 3 | indexerId=org.eclipse.cdt.core.fastIndexer 4 | -------------------------------------------------------------------------------- /ide/eclipse/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | cd ../../; make 3 | 4 | clean: 5 | cd ../../; make clean 6 | -------------------------------------------------------------------------------- /idevice/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | IF(WIN32) 2 | INCLUDE_DIRECTORIES(${PROJECT_SOURCE_DIR}/idevice/QuicktimeSDK/CIncludes) 3 | LINK_DIRECTORIES(${PROJECT_SOURCE_DIR}/idevice/QuicktimeSDK/Libraries) 4 | 5 | ADD_EXECUTABLE(idevice idevice.c windows.c) 6 | TARGET_LINK_LIBRARIES(idevice xpwn QTMLClient) 7 | install(TARGETS idevice RUNTIME DESTINATION .) 8 | install(FILES restore.img3 DESTINATION .) 9 | ENDIF(WIN32) 10 | 11 | -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AE.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEDataModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEDataModel.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEHelpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEHelpers.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEInteraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEInteraction.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEMach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEMach.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEObjects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEObjects.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEPackObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEPackObject.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AERegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AERegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AEUserTermTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AEUserTermTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AIFF.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AIFF.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ASDebugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ASDebugging.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ASRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ASRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATS.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATSFont.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSLayoutTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATSLayoutTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATSTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSUnicode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATSUnicode.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSUnicodeDirectAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATSUnicodeDirectAccess.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ATSUnicodeFlattening.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ATSUnicodeFlattening.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AVLTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AVLTree.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Aliases.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Aliases.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Appearance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Appearance.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleDiskPartitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AppleDiskPartitions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AppleEvents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AppleHelp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleScript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AppleScript.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AppleTalk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AppleTalk.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ApplicationServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ApplicationServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/AssertMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/AssertMacros.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Balloons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Balloons.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFArray.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFBag.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFBase.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBinaryHeap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFBinaryHeap.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBitVector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFBitVector.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFBundle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFBundle.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFCharacterSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFCharacterSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFData.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFDate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFDate.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFDictionary.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFMachPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFMachPort.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFMessagePort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFMessagePort.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFNetwork.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFNotificationCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFNotificationCenter.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFNumber.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPlugIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFPlugIn.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPlugInCOM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFPlugInCOM.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPreferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFPreferences.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFPropertyList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFPropertyList.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFRunLoop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFRunLoop.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFSocket.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFStream.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFString.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFStringEncodingExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFStringEncodingExt.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFTimeZone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFTimeZone.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFTree.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFURL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFURL.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFURLAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFURLAccess.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFUUID.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFUUID.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFXMLNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFXMLNode.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CFXMLParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CFXMLParser.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGAffineTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGAffineTransform.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGBase.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGBitmapContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGBitmapContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGColorSpace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGColorSpace.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDataConsumer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGDataConsumer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDataProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGDataProvider.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDirectDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGDirectDisplay.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGDirectPalette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGDirectPalette.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGError.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGFont.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGGeometry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGImage.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGPDFContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGPDFContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGPDFDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGPDFDocument.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGPattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGPattern.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGRemoteOperation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGRemoteOperation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CGWindowLevel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CGWindowLevel.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMCalibrator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMCalibrator.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMDeviceIntegration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMDeviceIntegration.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMICCProfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMICCProfile.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMMComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMMComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMScriptingPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMScriptingPlugin.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CMTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CMTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Carbon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Carbon.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CarbonCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonEvents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CarbonEvents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonEventsCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CarbonEventsCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CarbonSound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CarbonSound.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CodeFragments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CodeFragments.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Collections.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Collections.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ColorPicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ColorPicker.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ColorSync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ColorSync.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CommonPanels.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CommonPanels.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Components.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ConditionalMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ConditionalMacros.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ControlDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ControlDefinitions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ControlManagerComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ControlManagerComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Controls.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreAudioTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CoreAudioTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CoreFoundation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreFoundation/CFLocale.h: -------------------------------------------------------------------------------- 1 | /* CFLocale.h 2 | Copyright (c) 2002-2003, Apple, Inc. All rights reserved. 3 | */ 4 | 5 | #if !defined(__COREFOUNDATION_CFLOCALE__) 6 | #define __COREFOUNDATION_CFLOCALE__ 1 7 | 8 | #if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3 9 | 10 | #include 11 | 12 | #if defined(__cplusplus) 13 | extern "C" { 14 | #endif 15 | 16 | typedef const struct __CFLocale *CFLocaleRef; 17 | 18 | 19 | 20 | #if defined(__cplusplus) 21 | } 22 | #endif 23 | 24 | #endif 25 | 26 | #endif /* ! __COREFOUNDATION_CFLOCALE__ */ 27 | 28 | -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreGraphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CoreGraphics.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CoreServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CoreServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/CursorDevices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/CursorDevices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DateTimeUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/DateTimeUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Debugging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Debugging.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DeviceControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/DeviceControl.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Devices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Devices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Dialogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Dialogs.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Dictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Dictionary.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DigitalHubRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/DigitalHubRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Displays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Displays.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Drag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Drag.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DrawSprocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/DrawSprocket.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DriverServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/DriverServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/DriverSynchronization.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/DriverSynchronization.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Editions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Editions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Endian.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Events.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Files.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Files.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FindByContent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/FindByContent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Finder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Finder.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FinderRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/FinderRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FixMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/FixMath.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Folders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Folders.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FontPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/FontPanel.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/FontSync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/FontSync.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Fonts.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GNUCompatibility/stdbool.h: -------------------------------------------------------------------------------- 1 | /* stdbool.h for GNU. */ 2 | 3 | #ifndef __STDBOOL_H__ 4 | #define __STDBOOL_H__ 1 5 | 6 | #ifndef __cplusplus 7 | 8 | /* The type `bool' must promote to `int' or `unsigned int'. The constants 9 | `true' and `false' must have the value 0 and 1 respectively. */ 10 | typedef enum 11 | { 12 | #if !TARGET_OS_WIN32 13 | false = 0, 14 | true = 1 15 | #endif 16 | } bool; 17 | 18 | /* The names `true' and `false' must also be made available as macros. */ 19 | #define false false 20 | #define true true 21 | 22 | #endif 23 | 24 | /* Signal that all the definitions are present. */ 25 | #define __bool_true_false_are_defined 1 26 | 27 | #endif /* stdbool.h */ 28 | -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GXFonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/GXFonts.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GXMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/GXMath.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/GXTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/GXTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Gestalt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Gestalt.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HFSVolumes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HFSVolumes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIMovieView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIMovieView.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIObject.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIShape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIShape.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HITextUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HITextUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIToolbar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIToolbar.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIToolbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIToolbox.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HIView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HIView.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/HTMLRendering.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/HTMLRendering.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Help.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IBCarbonRuntime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/IBCarbonRuntime.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ICAApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ICAApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ICACamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ICACamera.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ICADevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ICADevice.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IconStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/IconStorage.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Icons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Icons.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ImageCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ImageCapture.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ImageCodec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ImageCodec.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ImageCompression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ImageCompression.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/InternetConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/InternetConfig.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IntlResources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/IntlResources.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/IsochronousDataHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/IsochronousDataHandler.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/JavaApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/JavaApplet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/JavaControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/JavaControl.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/JavaEmbedding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/JavaEmbedding.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Keyboards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Keyboards.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Keychain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Keychain.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/KeychainCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/KeychainCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/KeychainHI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/KeychainHI.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LangAnalysis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/LangAnalysis.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LanguageAnalysis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/LanguageAnalysis.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LaunchServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/LaunchServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ListManagerComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ListManagerComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Lists.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Lists.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/LowMem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/LowMem.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacHelp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacHelp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacLocales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacLocales.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacMemory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacMemory.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacTextEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacTextEditor.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MacWindows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MacWindows.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MachineExceptions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MachineExceptions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Math64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Math64.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MediaHandlers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MediaHandlers.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Menus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Menus.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MixedMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MixedMode.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Movies.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Movies.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MoviesFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MoviesFormat.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Multiprocessing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Multiprocessing.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/MultiprocessingInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/MultiprocessingInfo.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NSL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/NSL.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NSLCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/NSLCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NameRegistry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/NameRegistry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Navigation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Navigation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NavigationServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/NavigationServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Notification.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Notification.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/NumberFormatting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/NumberFormatting.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OSA.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSAComp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OSAComp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSAGeneric.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OSAGeneric.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OSServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OSUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OSUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OT.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenScripting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OpenScripting.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenTransport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OpenTransport.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenTransportProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OpenTransportProtocol.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/OpenTransportProviders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/OpenTransportProviders.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PEFBinaryFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PEFBinaryFormat.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PLStringFuncs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PLStringFuncs.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMApplication.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMDefinitions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMDefinitions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMIOModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMIOModule.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPluginHeader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMPluginHeader.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPrinterBrowsers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMPrinterBrowsers.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPrinterModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMPrinterModule.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMPrintingDialogExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMPrintingDialogExtensions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMRaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMRaster.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMTemplate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMTemplate.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PMTicket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PMTicket.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Packages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Packages.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Palettes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Palettes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Patches.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Patches.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PictUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PictUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Power.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Power.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Print.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/PrintCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/PrintCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Printing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Printing.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Processes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Processes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3D.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DCamera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DCamera.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DCustomElements.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DCustomElements.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DDrawContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DDrawContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DGeometry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DGeometry.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DGroup.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DIO.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DLight.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DLight.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DMath.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DOld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DOld.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DPick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DPick.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DRenderer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DSet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DSet.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DShader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DShader.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DStorage.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DString.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DStyle.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DTransform.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DView.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QD3DViewer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QD3DViewer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QDOffscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QDOffscreen.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QDPictToCGContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QDPictToCGContext.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTLoadLibraryUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QTLoadLibraryUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QTML.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTSMovie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QTSMovie.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QTStreamingComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QTStreamingComponents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTime.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeComponents.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTimeComponents.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeErrors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTimeErrors.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeMusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTimeMusic.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeStreaming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTimeStreaming.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeVR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTimeVR.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickTimeVRFormat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickTimeVRFormat.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Quickdraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Quickdraw.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/QuickdrawText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/QuickdrawText.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/RAVE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/RAVE.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ROMDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ROMDefs.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ResourceForkComponent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ResourceForkComponent.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Resources.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Retrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Retrace.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SCSI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SCSI.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SFNTLayoutTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SFNTLayoutTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SFNTTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SFNTTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ScalerStreamTypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ScalerStreamTypes.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Scrap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Scrap.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Script.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SecurityCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SecurityCore.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SecurityHI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SecurityHI.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SegLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SegLoad.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Slots.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Slots.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Sound.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SpeechRecognition.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SpeechRecognition.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/SpeechSynthesis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/SpeechSynthesis.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/StandardFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/StandardFile.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Streaming.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Streaming.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/StringCompare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/StringCompare.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Strings.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TSMTE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TSMTE.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TargetConditionals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TargetConditionals.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextCommon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TextCommon.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TextEdit.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextEncodingConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TextEncodingConverter.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextEncodingPlugin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TextEncodingPlugin.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TextServices.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TextUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TextUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Threads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Threads.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Timer.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/ToolUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/ToolUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Translation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Translation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TranslationExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TranslationExtensions.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Traps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Traps.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/TypeSelect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/TypeSelect.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/URLAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/URLAccess.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/UTCUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/UTCUtils.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/UnicodeConverter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/UnicodeConverter.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/UnicodeUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/UnicodeUtilities.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/Video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/Video.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/WSMethodInvocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/WSMethodInvocation.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/WebServicesCore.h: -------------------------------------------------------------------------------- 1 | #ifndef __WEBSERVICESCORE__ 2 | #define __WEBSERVICESCORE__ 3 | 4 | #ifndef __COREFOUNDATION__ 5 | #include 6 | #endif 7 | 8 | 9 | #ifndef __WSMETHODINVOCATION__ 10 | #include 11 | #endif 12 | 13 | 14 | 15 | 16 | #endif /* __WEBSERVICESCORE__ */ 17 | 18 | -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/fenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/fenv.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/fp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/fp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vBLAS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vBLAS.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vBasicOps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vBasicOps.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vBigNum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vBigNum.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vDSP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vDSP.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vecLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vecLib.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vectorOps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vectorOps.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/CIncludes/vfp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/CIncludes/vfp.h -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/CVClient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/Libraries/CVClient.lib -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/QTMLClient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/Libraries/QTMLClient.lib -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/QTSClient.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/Libraries/QTSClient.lib -------------------------------------------------------------------------------- /idevice/QuicktimeSDK/Libraries/QTVR.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/QuicktimeSDK/Libraries/QTVR.lib -------------------------------------------------------------------------------- /idevice/idevice.h: -------------------------------------------------------------------------------- 1 | #ifndef IDEVICE_H 2 | #define IDEVICE_H 3 | 4 | #ifdef WIN32 5 | #include 6 | #define sleep(x) Sleep(x * 1000) 7 | #define msleep(x) Sleep(x) 8 | #define usleep(x) Sleep(x / 1000) 9 | #endif 10 | 11 | int LoadWindowsDLL(); 12 | int initWindowsPrivateFunctions(); 13 | 14 | #endif 15 | -------------------------------------------------------------------------------- /idevice/restore.img3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/idevice/restore.img3 -------------------------------------------------------------------------------- /includes/dmg/dmgfile.h: -------------------------------------------------------------------------------- 1 | /* 2 | * dmgfile.h 3 | * libdmg-hfsplus 4 | * 5 | */ 6 | 7 | #include 8 | 9 | io_func* openDmgFile(AbstractFile* dmg); 10 | io_func* openDmgFilePartition(AbstractFile* dmg, int partition); 11 | 12 | typedef struct DMG { 13 | AbstractFile* dmg; 14 | ResourceKey* resources; 15 | uint32_t numBLKX; 16 | BLKXTable** blkx; 17 | void* runData; 18 | uint64_t runStart; 19 | uint64_t runEnd; 20 | uint64_t offset; 21 | } DMG; 22 | -------------------------------------------------------------------------------- /includes/dmg/dmglib.h: -------------------------------------------------------------------------------- 1 | #ifndef DMGLIB_H 2 | #define DMGLIB_H 3 | 4 | #include 5 | #include "abstractfile.h" 6 | 7 | #ifdef __cplusplus 8 | extern "C" { 9 | #endif 10 | int extractDmg(AbstractFile* abstractIn, AbstractFile* abstractOut, int partNum); 11 | int buildDmg(AbstractFile* abstractIn, AbstractFile* abstractOut, unsigned int BlockSize); 12 | 13 | int convertToDMG(AbstractFile* abstractIn, AbstractFile* abstractOut); 14 | int convertToISO(AbstractFile* abstractIn, AbstractFile* abstractOut); 15 | #ifdef __cplusplus 16 | } 17 | #endif 18 | 19 | #endif 20 | -------------------------------------------------------------------------------- /includes/hfs/hfslib.h: -------------------------------------------------------------------------------- 1 | #include "common.h" 2 | #include "hfsplus.h" 3 | #include "abstractfile.h" 4 | 5 | #ifdef __cplusplus 6 | extern "C" { 7 | #endif 8 | void writeToFile(HFSPlusCatalogFile* file, AbstractFile* output, Volume* volume); 9 | void writeToHFSFile(HFSPlusCatalogFile* file, AbstractFile* input, Volume* volume); 10 | void get_hfs(Volume* volume, const char* inFileName, AbstractFile* output); 11 | int add_hfs(Volume* volume, AbstractFile* inFile, const char* outFileName); 12 | void grow_hfs(Volume* volume, uint64_t newSize); 13 | void removeAllInFolder(HFSCatalogNodeID folderID, Volume* volume, const char* parentName); 14 | void addAllInFolder(HFSCatalogNodeID folderID, Volume* volume, const char* parentName); 15 | void addall_hfs(Volume* volume, const char* dirToMerge, const char* dest); 16 | void extractAllInFolder(HFSCatalogNodeID folderID, Volume* volume); 17 | int copyAcrossVolumes(Volume* volume1, Volume* volume2, char* path1, char* path2); 18 | 19 | void hfs_untar(Volume* volume, AbstractFile* tarFile); 20 | void hfs_ls(Volume* volume, const char* path); 21 | void hfs_setsilence(int s); 22 | #ifdef __cplusplus 23 | } 24 | #endif 25 | 26 | -------------------------------------------------------------------------------- /includes/partial/firmwaremaster.h: -------------------------------------------------------------------------------- 1 | const char* FirmwareGetHardwareID(const char* platform); 2 | char* FirmwareGetURL(const char* platform, const char* version); 3 | 4 | -------------------------------------------------------------------------------- /includes/xpwn/libxpwn.h: -------------------------------------------------------------------------------- 1 | #ifndef LIBXPWN_H 2 | #define LIBXPWN_H 3 | 4 | typedef void (*LogMessageCallback) (const char * Message); 5 | 6 | extern LogMessageCallback logCallback; 7 | 8 | #if __STDC_VERSION__ < 199901L 9 | # if __GNUC__ >= 2 10 | # define __func__ __FUNCTION__ 11 | # else 12 | # define __func__ "" 13 | # endif 14 | #endif 15 | 16 | #define XLOG(level, format, ...) Log(level, __FILE__, __LINE__, __func__, format, ## __VA_ARGS__) 17 | 18 | #ifdef __cplusplus 19 | extern "C" { 20 | #endif 21 | void init_libxpwn(); 22 | void libxpwn_log(LogMessageCallback callback); 23 | void libxpwn_loglevel(int logLevel); 24 | void Log(int level, const char* file, unsigned int line, const char* function, const char* format, ...); 25 | void TestByteOrder(); 26 | #ifdef __cplusplus 27 | } 28 | #endif 29 | 30 | #endif 31 | 32 | -------------------------------------------------------------------------------- /includes/xpwn/lzss.h: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | uint32_t lzadler32(uint8_t *buf, int32_t len); 4 | int decompress_lzss(uint8_t *dst, uint8_t *src, uint32_t srclen); 5 | uint8_t *compress_lzss(uint8_t *dst, uint32_t dstlen, uint8_t *src, uint32_t srcLen); 6 | -------------------------------------------------------------------------------- /includes/xpwn/lzssfile.h: -------------------------------------------------------------------------------- 1 | #include 2 | #include 3 | 4 | #define COMP_SIGNATURE 0x636F6D70 5 | #define LZSS_SIGNATURE 0x6C7A7373 6 | 7 | typedef struct CompHeader { 8 | uint32_t signature; 9 | uint32_t compression_type; 10 | uint32_t checksum; 11 | uint32_t length_uncompressed; 12 | uint32_t length_compressed; 13 | uint8_t padding[0x16C]; 14 | } __attribute__((__packed__)) CompHeader; 15 | 16 | typedef struct InfoComp { 17 | AbstractFile* file; 18 | 19 | CompHeader header; 20 | size_t offset; 21 | void* buffer; 22 | 23 | char dirty; 24 | } InfoComp; 25 | 26 | AbstractFile* createAbstractFileFromComp(AbstractFile* file); 27 | AbstractFile* duplicateCompFile(AbstractFile* file, AbstractFile* backing); 28 | -------------------------------------------------------------------------------- /includes/xpwn/nor_files.h: -------------------------------------------------------------------------------- 1 | #ifndef NOR_FILES_H 2 | #define NOR_FILES_H 3 | 4 | #include 5 | #include 6 | #include 7 | #include 8 | 9 | #ifdef __cplusplus 10 | extern "C" { 11 | #endif 12 | AbstractFile* openAbstractFile(AbstractFile* file); 13 | AbstractFile* openAbstractFile2(AbstractFile* file, const unsigned int* key, const unsigned int* iv); 14 | AbstractFile* openAbstractFile3(AbstractFile* file, const unsigned int* key, const unsigned int* iv, int layers); 15 | AbstractFile* duplicateAbstractFile(AbstractFile* file, AbstractFile* backing); 16 | AbstractFile* duplicateAbstractFile2(AbstractFile* file, AbstractFile* backing, const unsigned int* key, const unsigned int* iv, AbstractFile* certificate); 17 | #ifdef __cplusplus 18 | } 19 | #endif 20 | 21 | #endif 22 | 23 | -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/018-3881-4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/018-3881-4.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/018-3885-4-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/018-3885-4-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/018-3885-4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/018-3885-4.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/DeviceTree.m68ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/DeviceTree.m68ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/LLB.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/LLB.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/WTF.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/WTF.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/iBEC.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/iBEC.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/iBSS.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/iBSS.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/iBoot.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/iBoot.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.1_5B108.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-4000-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-4000-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/018-4000-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/DeviceTree.m68ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/DeviceTree.m68ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/LLB.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/LLB.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/WTF.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/WTF.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/iBEC.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/iBEC.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/iBSS.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/iBSS.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/iBoot.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/iBoot.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0.2_5C1.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/018-3786-2-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/018-3786-2-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/018-3786-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/018-3786-2.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/DeviceTree.m68ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/DeviceTree.m68ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/LLB.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/LLB.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/WTF.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/WTF.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/iBEC.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/iBEC.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/iBSS.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/iBSS.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/iBoot.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/iBoot.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/kernelcache.release.patch.bak.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/kernelcache.release.patch.bak.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.0_5A347.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4108-7-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4108-7-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4108-7.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/018-4118-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/DeviceTree.m68ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/DeviceTree.m68ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/LLB.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/LLB.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/WTF.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/WTF.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/iBEC.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/iBEC.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/iBSS.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/iBSS.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/iBoot.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/iBoot.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.1_5F136.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/018-4437-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/018-4437-16.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/018-4443-16-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/018-4443-16-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/018-4443-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/018-4443-16.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/DeviceTree.m68ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/DeviceTree.m68ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/LLB.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/LLB.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/WTF.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/WTF.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/iBEC.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/iBEC.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/iBSS.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/iBSS.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/iBoot.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/iBoot.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2.1_5H11.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4378-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4378-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/018-4378-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/DeviceTree.m68ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/DeviceTree.m68ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/LLB.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/LLB.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/WTF.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/WTF.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/bbupdater.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/iBEC.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/iBEC.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/iBSS.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/iBSS.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/iBoot.m68ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/iBoot.m68ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,1_2.2_5G77.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/018-3881-4.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/018-3881-4.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/018-3882-4-nowipe.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/018-3882-4-nowipe.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/018-3882-4.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/018-3882-4.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/DeviceTree.m68ap.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/DeviceTree.m68ap.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/DeviceTree.n82ap.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/DeviceTree.n82ap.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/LLB.m68ap.RELEASE.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/LLB.m68ap.RELEASE.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/LLB.n82ap.RELEASE.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/LLB.n82ap.RELEASE.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/WTF.m68ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/WTF.m68ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/WTF.n82ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/WTF.n82ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/WTF.s5l8900xall.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/WTF.s5l8900xall.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBEC.m68ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBEC.m68ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBEC.n82ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBEC.n82ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBSS.m68ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBSS.m68ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBSS.n82ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBSS.n82ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBoot.m68ap.RELEASE.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBoot.m68ap.RELEASE.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBoot.n82ap.RELEASE.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/iBoot.n82ap.RELEASE.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/kernelcache.release.s5l8900x.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/kernelcache.release.s5l8900x.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.1_5B108.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3990-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3990-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/018-3990-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/DeviceTree.n82ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/DeviceTree.n82ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/LLB.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/LLB.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/WTF.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/WTF.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/iBEC.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/iBEC.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/iBSS.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/iBSS.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/iBoot.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/iBoot.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0.2_5C1.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/018-3783-2-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/018-3783-2-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/018-3783-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/018-3783-2.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/DeviceTree.n82ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/DeviceTree.n82ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/LLB.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/LLB.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/WTF.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/WTF.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/iBEC.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/iBEC.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/iBSS.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/iBSS.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/iBoot.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/iBoot.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.0_5A347.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4122-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4122-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/018-4122-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/DeviceTree.n82ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/DeviceTree.n82ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/LLB.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/LLB.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/WTF.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/WTF.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/iBEC.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/iBEC.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/iBSS.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/iBSS.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/iBoot.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/iBoot.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.1_5F136.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/018-4437-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/018-4437-16.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/018-4443-16-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/018-4443-16-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/018-4443-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/018-4443-16.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/DeviceTree.n82ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/DeviceTree.n82ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/LLB.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/LLB.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/WTF.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/WTF.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/iBEC.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/iBEC.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/iBSS.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/iBSS.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/iBoot.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/iBoot.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2.1_5H11.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4378-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4378-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/018-4378-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/DeviceTree.n82ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/DeviceTree.n82ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/LLB.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/LLB.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/WTF.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/WTF.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/iBEC.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/iBEC.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/iBSS.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/iBSS.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/iBoot.n82ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/iBoot.n82ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/lockdownd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPhone1,2_2.2_5G77.bundle/lockdownd.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/018-3881-4.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/018-3881-4.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/018-3882-4-nowipe.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/018-3882-4-nowipe.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/018-3882-4.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/018-3882-4.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/DeviceTree.n45ap.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/DeviceTree.n45ap.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/LLB.n45ap.RELEASE.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/LLB.n45ap.RELEASE.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/WTF.n45ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/WTF.n45ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/WTF.s5l8900xall.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/WTF.s5l8900xall.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/iBEC.n45ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/iBEC.n45ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/iBSS.n45ap.RELEASE.dfu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/iBSS.n45ap.RELEASE.dfu.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/iBoot.n45ap.RELEASE.img3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/iBoot.n45ap.RELEASE.img3.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/kernelcache.release.s5l8900x.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.1_5B108.bundle/kernelcache.release.s5l8900x.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3984-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3990-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3990-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/018-3990-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/DeviceTree.n45ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/DeviceTree.n45ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/LLB.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/LLB.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/WTF.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/WTF.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/iBEC.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/iBEC.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/iBSS.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/iBSS.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/iBoot.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/iBoot.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0.2_5C1.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3783-2-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3783-2-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3783-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3783-2.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3882-4.dmg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/018-3882-4.dmg.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/DeviceTree.n45ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/DeviceTree.n45ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/LLB.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/LLB.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/Services.plist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/Services.plist.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/WTF.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/WTF.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/iBEC.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/iBEC.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/iBSS.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/iBSS.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/iBoot.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/iBoot.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.0_5A347.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4146-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4149-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4149-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/018-4149-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/DeviceTree.n45ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/DeviceTree.n45ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/LLB.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/LLB.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/WTF.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/WTF.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/iBEC.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/iBEC.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/iBSS.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/iBSS.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/iBoot.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/iBoot.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.1_5F137.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/018-4437-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/018-4437-16.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/018-4443-16-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/018-4443-16-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/018-4443-16.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/018-4443-16.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/DeviceTree.n45ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/DeviceTree.n45ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/LLB.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/LLB.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/WTF.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/WTF.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/iBEC.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/iBEC.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/iBSS.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/iBSS.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/iBoot.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/iBoot.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2.1_5H11.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4377-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/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-nowipe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4378-1-nowipe.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4378-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/018-4378-1.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/DeviceTree.n45ap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/DeviceTree.n45ap.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/LLB.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/LLB.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/Services.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/Services.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/WTF.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/WTF.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/WTF.s5l8900xall.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/WTF.s5l8900xall.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/fstab.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/fstab.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/iBEC.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/iBEC.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/iBSS.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/iBSS.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/iBoot.n45ap.RELEASE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/iBoot.n45ap.RELEASE.patch -------------------------------------------------------------------------------- /ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/kernelcache.release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/FirmwareBundles/iPod1,1_2.2_5G77.bundle/kernelcache.release.patch -------------------------------------------------------------------------------- /ipsw-patch/bundles/BootNeuter.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/bundles/BootNeuter.tar -------------------------------------------------------------------------------- /ipsw-patch/bundles/Cydia.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/bundles/Cydia.tar -------------------------------------------------------------------------------- /ipsw-patch/bundles/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/bundles/logo.png -------------------------------------------------------------------------------- /ipsw-patch/bundles/recovery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/ipsw-patch/bundles/recovery.png -------------------------------------------------------------------------------- /ipsw-patch/win32test.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifdef WIN32 4 | blahfs-o_f-0-(){ {}A 5 | #else 6 | int main(int argc, char* argv[]) { 7 | return 0; 8 | } 9 | #endif 10 | -------------------------------------------------------------------------------- /minizip/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | INCLUDE(FindZLIB) 2 | 3 | IF(NOT ZLIB_FOUND) 4 | message(FATAL_ERROR "zlib is required for libminizip!") 5 | ENDIF(NOT ZLIB_FOUND) 6 | 7 | include_directories(${ZLIB_INCLUDE_DIR}) 8 | link_directories(${ZLIB_LIBRARIES}) 9 | 10 | add_library(minizip ioapi.c unzip.c zip.c) 11 | 12 | target_link_libraries(minizip z) 13 | -------------------------------------------------------------------------------- /minizip/iowin32.h: -------------------------------------------------------------------------------- 1 | /* iowin32.h -- IO base function header for compress/uncompress .zip 2 | files using zlib + zip or unzip API 3 | This IO API version uses the Win32 API (for Microsoft Windows) 4 | 5 | Version 1.01e, February 12th, 2005 6 | 7 | Copyright (C) 1998-2005 Gilles Vollant 8 | */ 9 | 10 | #include 11 | 12 | 13 | #ifdef __cplusplus 14 | extern "C" { 15 | #endif 16 | 17 | void fill_win32_filefunc OF((zlib_filefunc_def* pzlib_filefunc_def)); 18 | 19 | #ifdef __cplusplus 20 | } 21 | #endif 22 | -------------------------------------------------------------------------------- /minizip/mztools.h: -------------------------------------------------------------------------------- 1 | /* 2 | Additional tools for Minizip 3 | Code: Xavier Roche '2004 4 | License: Same as ZLIB (www.gzip.org) 5 | */ 6 | 7 | #ifndef _zip_tools_H 8 | #define _zip_tools_H 9 | 10 | #ifdef __cplusplus 11 | extern "C" { 12 | #endif 13 | 14 | #ifndef _ZLIB_H 15 | #include "zlib.h" 16 | #endif 17 | 18 | #include "unzip.h" 19 | 20 | /* Repair a ZIP file (missing central directory) 21 | file: file to recover 22 | fileOut: output file after recovery 23 | fileOutTmp: temporary file name used for recovery 24 | */ 25 | extern int ZEXPORT unzRepair(const char* file, 26 | const char* fileOut, 27 | const char* fileOutTmp, 28 | uLong* nRecovered, 29 | uLong* bytesRecovered); 30 | 31 | #endif 32 | -------------------------------------------------------------------------------- /pwnmetheus2/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | INCLUDE(FindZLIB) 2 | INCLUDE(FindBZip2) 3 | INCLUDE(FindPNG) 4 | INCLUDE(FindCURL) 5 | INCLUDE(${PROJECT_SOURCE_DIR}/FindUSB.cmake) 6 | 7 | IF(WIN32) 8 | ADD_LIBRARY(applmobile AppleMobileDevice.cpp) 9 | ADD_EXECUTABLE(winappleusb WinAppleUSB.cpp) 10 | TARGET_LINK_LIBRARIES(winappleusb applmobile setupapi) 11 | ELSE(WIN32) 12 | ADD_LIBRARY(applmobile AppleMobileDevice.cpp) 13 | ENDIF(WIN32) 14 | 15 | -------------------------------------------------------------------------------- /pwnmetheus2/DFUMode.h: -------------------------------------------------------------------------------- 1 | #pragma warning(disable : 4200) 2 | 3 | #include "common.h" 4 | 5 | typedef struct DFUGetStatusData { 6 | uint8_t bmRequestType; 7 | uint8_t bRequest; 8 | uint16_t wValue; 9 | uint16_t wIndex; 10 | uint16_t wLength; 11 | 12 | uint8_t bStatus; 13 | uint8_t bwPollTimeout0; 14 | uint8_t bwPollTimeout1; 15 | uint8_t bwPollTimeout2; 16 | uint8_t bState; 17 | uint8_t iString; 18 | } DFUGetStatusData; 19 | 20 | typedef struct DFUDownloadData { 21 | uint8_t bmRequestType; 22 | uint8_t bRequest; 23 | uint16_t wValue; 24 | uint16_t wIndex; 25 | uint16_t wLength; 26 | 27 | char data[]; 28 | } DFUDownloadData; 29 | 30 | typedef enum DFUState { 31 | appIDLE = 0, 32 | appDETACH = 1, 33 | dfuIDLE = 2, 34 | dfuDNLOAD_SYNC = 3, 35 | dfuDNBUSY = 4, 36 | dfuDNLOAD_IDLE = 5, 37 | dfuMANIFEST_SYNC = 6, 38 | dfuMANIFEST = 7, 39 | dfuMANIFEST_WAIT_RESET = 8, 40 | dfuUPLOAD_IDLE = 9, 41 | dfuERROR = 10 42 | } DFUState; 43 | 44 | -------------------------------------------------------------------------------- /pwnmetheus2/RecoveryMode.h: -------------------------------------------------------------------------------- 1 | #pragma warning(disable : 4200) 2 | 3 | #include "common.h" 4 | 5 | typedef struct RecoveryModeData { 6 | uint8_t requestType; 7 | uint8_t unk1; 8 | uint16_t unk2; 9 | uint16_t unk3; 10 | uint16_t dataLen; 11 | 12 | char data[]; 13 | } RecoveryModeData; 14 | 15 | -------------------------------------------------------------------------------- /pwnmetheus2/stdafx.h: -------------------------------------------------------------------------------- 1 | // stdafx.h : include file for standard system include files, 2 | // or project specific include files that are used frequently, but 3 | // are changed infrequently 4 | // 5 | 6 | #pragma once 7 | 8 | #include "targetver.h" 9 | 10 | #include 11 | #include 12 | 13 | 14 | 15 | // TODO: reference additional headers your program requires here 16 | -------------------------------------------------------------------------------- /pwnmetheus2/targetver.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | // The following macros define the minimum required platform. The minimum required platform 4 | // is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run 5 | // your application. The macros work by enabling all features available on platform versions up to and 6 | // including the version specified. 7 | 8 | // Modify the following defines if you have to target a platform prior to the ones specified below. 9 | // Refer to MSDN for the latest info on corresponding values for different platforms. 10 | #ifndef _WIN32_WINNT // Specifies that the minimum required platform is Windows Vista. 11 | #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows. 12 | #endif 13 | 14 | -------------------------------------------------------------------------------- /xpwn/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | INCLUDE(${PROJECT_SOURCE_DIR}/FindUSB.cmake) 2 | 3 | IF(NOT APPLE OR NOT BUILD_STATIC) 4 | IF(NOT USB_FOUND) 5 | message(STATUS "libusb is required for xpwn!") 6 | ELSE(NOT USB_FOUND) 7 | include_directories(include) 8 | 9 | include_directories(${USB_INCLUDE_DIR}) 10 | link_directories(${USB_LIBRARIES}) 11 | 12 | add_executable(xpwn-bin src/xpwn.cpp src/libibooter.cpp) 13 | 14 | target_link_libraries(xpwn-bin ${USB_LIBRARIES}) 15 | 16 | link_directories(${PROJECT_BINARY_DIR}/common ${PROJECT_BINARY_DIR}/hfs ${PROJECT_BINARY_DIR}/ipsw-patch) 17 | 18 | target_link_libraries(xpwn-bin xpwn) 19 | 20 | set_target_properties(xpwn-bin PROPERTIES OUTPUT_NAME "xpwn") 21 | 22 | IF(APPLE) 23 | SET_TARGET_PROPERTIES(xpwn-bin PROPERTIES LINK_FLAGS "-framework CoreFoundation -framework IOKit") 24 | ENDIF(APPLE) 25 | 26 | install(FILES ramdisk.dmg DESTINATION .) 27 | install(TARGETS xpwn-bin DESTINATION .) 28 | 29 | ENDIF(NOT USB_FOUND) 30 | ENDIF(NOT APPLE OR NOT BUILD_STATIC) 31 | 32 | -------------------------------------------------------------------------------- /xpwn/ramdisk.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/planetbeing/xpwn/20c32e5c12d1b22a9d55a59a0ff6267f539b77f4/xpwn/ramdisk.dmg -------------------------------------------------------------------------------- /xpwn/win32test.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | #ifdef WIN32 4 | blahfs-o_f-0-(){ {}A 5 | #else 6 | int main(int argc, char* argv[]) { 7 | return 0; 8 | } 9 | #endif 10 | --------------------------------------------------------------------------------