From ba15797aa122c3d59eaadf20638442a5a9be257a Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 22 Jul 2020 15:24:20 +0200 Subject: [PATCH] Update the README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ae75067..6ad7f74 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Standalone payload.elf loader This is .rpx is meant to run in a envrionment with sd and codegen (jit) access. It's exploits the Cafe OS and maps 8 MiB of usable memory from 0x30000000...0x30800000 (physical address) to 0x00800000... 0x01000000 (virtual address) where a payload will be loaded. You may need to hook into the kernel and patch out some thing to gain persistent access to this area. -The loaded `hook_payload.elf` needs to be mapped to this memory area. +The loaded `payload.elf` needs to be mapped to this memory area. ## Usage Put the `payload.elf` in the `sd:/wiiu/` folder of your sd card and start the application. @@ -14,7 +14,6 @@ Make you to have [wut](https://github.com/devkitPro/wut/) installed and use the make ``` -If you change any IOSU related changes, you need to do a `make clean` before compiling ## Credits - orboditilt