mirror of
https://github.com/wiiu-env/gx2sploit.git
synced 2024-11-01 01:05:14 +01:00
kcommon.h | ||
kexploit.c | ||
kexploit.h | ||
README.md | ||
syscalls.S |
gx2sploit - a Wii U kernel exploit
A Wii U kernel exploit created by libwiiu.
Currently this repo only works on FW 5.5, adjust the defines in the headers to supports other FWs
Usage
Call run_kexploit
with a valid coreinit_handle
, aftwards you can use the kernel_read,kernel_write and KernelCopyData functions defined in kexploit.h
Make sure to have GX2 running before using the exploits, the exploit also needs to be called from the main GX2 core.
Credits
- original sources
- Marionumber1
- TheKit
- Hykem
- comex
- Chadderz
- Relys
- NWPlayer123
- Mathew_Wi
- Kinnay: for the KernelCopyData function