├── IOMobileFramebufferUserClient.c ├── IOMobileFramebufferUserClient.h ├── LICENSE ├── Makefile ├── README.md ├── alloc_averager.py ├── array.c ├── array.h ├── ent.xml ├── iokit.h ├── kernel_hooks.c ├── kernel_hooks.h └── xnuspy_ctl.h /IOMobileFramebufferUserClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/IOMobileFramebufferUserClient.c -------------------------------------------------------------------------------- /IOMobileFramebufferUserClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/IOMobileFramebufferUserClient.h -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/README.md -------------------------------------------------------------------------------- /alloc_averager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/alloc_averager.py -------------------------------------------------------------------------------- /array.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/array.c -------------------------------------------------------------------------------- /array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/array.h -------------------------------------------------------------------------------- /ent.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/ent.xml -------------------------------------------------------------------------------- /iokit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/iokit.h -------------------------------------------------------------------------------- /kernel_hooks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/kernel_hooks.c -------------------------------------------------------------------------------- /kernel_hooks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/kernel_hooks.h -------------------------------------------------------------------------------- /xnuspy_ctl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/epeth0mus/iomfb-exploit/HEAD/xnuspy_ctl.h --------------------------------------------------------------------------------