├── LICENSE.md ├── Makefile ├── README.md ├── entitlements.plist ├── include ├── IOKitLib.h ├── OSSerializeBinary.h └── iokit.h ├── res └── Info.plist └── src ├── AppDelegate.h ├── AppDelegate.m ├── ViewController.h ├── ViewController.m ├── applevxd393.h ├── applevxd393.m ├── exploit.h ├── exploit.m ├── helper.h ├── helper.m ├── iosurface.h ├── iosurface.m ├── main.m ├── spray.h └── spray.m /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/README.md -------------------------------------------------------------------------------- /entitlements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/entitlements.plist -------------------------------------------------------------------------------- /include/IOKitLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/include/IOKitLib.h -------------------------------------------------------------------------------- /include/OSSerializeBinary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/include/OSSerializeBinary.h -------------------------------------------------------------------------------- /include/iokit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/include/iokit.h -------------------------------------------------------------------------------- /res/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/res/Info.plist -------------------------------------------------------------------------------- /src/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/AppDelegate.h -------------------------------------------------------------------------------- /src/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/AppDelegate.m -------------------------------------------------------------------------------- /src/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/ViewController.h -------------------------------------------------------------------------------- /src/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/ViewController.m -------------------------------------------------------------------------------- /src/applevxd393.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/applevxd393.h -------------------------------------------------------------------------------- /src/applevxd393.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/applevxd393.m -------------------------------------------------------------------------------- /src/exploit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/exploit.h -------------------------------------------------------------------------------- /src/exploit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/exploit.m -------------------------------------------------------------------------------- /src/helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/helper.h -------------------------------------------------------------------------------- /src/helper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/helper.m -------------------------------------------------------------------------------- /src/iosurface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/iosurface.h -------------------------------------------------------------------------------- /src/iosurface.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/iosurface.m -------------------------------------------------------------------------------- /src/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/main.m -------------------------------------------------------------------------------- /src/spray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/spray.h -------------------------------------------------------------------------------- /src/spray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raymontag/chain3/HEAD/src/spray.m --------------------------------------------------------------------------------