├── README.md ├── exfathax.img ├── exfathax_pico.img ├── index.html ├── int64.js ├── kexploit.js ├── patch.s ├── rop.js └── webkit.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/README.md -------------------------------------------------------------------------------- /exfathax.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/exfathax.img -------------------------------------------------------------------------------- /exfathax_pico.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/exfathax_pico.img -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/index.html -------------------------------------------------------------------------------- /int64.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/int64.js -------------------------------------------------------------------------------- /kexploit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/kexploit.js -------------------------------------------------------------------------------- /patch.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/patch.s -------------------------------------------------------------------------------- /rop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/rop.js -------------------------------------------------------------------------------- /webkit.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ChendoChap/pOOBs4/HEAD/webkit.js --------------------------------------------------------------------------------