mirror of
https://github.com/wiiu-env/SystemMenuHook.git
synced 2025-04-22 03:51:18 +02:00
Change path to the payload
This commit is contained in:
parent
f73bbe8145
commit
a49feac8b1
@ -260,7 +260,7 @@ int CheckKernelExploit(void) {
|
||||
|
||||
uint8_t *hookAddress = (uint8_t*)(0xA0000000 + (0x30000000 - 0x10000000));
|
||||
|
||||
uint32_t entryPoint = load_loader_elf(hookAddress, "wiiu/payload_hook.elf");
|
||||
uint32_t entryPoint = load_loader_elf(hookAddress, "wiiu/hook_payload.elf");
|
||||
|
||||
/* set our setup syscall to an unused position */
|
||||
kern_write((void*)(KERN_SYSCALL_TBL_1 + (0x25 * 4)), 0x017FF000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user