├── README.md ├── docs ├── assets │ ├── corellium_11_pro.png │ └── iphonex_15.0.1.png └── index.md └── poc ├── iokit.h ├── poc.c └── poc.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/README.md -------------------------------------------------------------------------------- /docs/assets/corellium_11_pro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/docs/assets/corellium_11_pro.png -------------------------------------------------------------------------------- /docs/assets/iphonex_15.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/docs/assets/iphonex_15.0.1.png -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/docs/index.md -------------------------------------------------------------------------------- /poc/iokit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/poc/iokit.h -------------------------------------------------------------------------------- /poc/poc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/poc/poc.c -------------------------------------------------------------------------------- /poc/poc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/saaramar/IOMFB_integer_overflow_poc/HEAD/poc/poc.h --------------------------------------------------------------------------------