You do not have permission to edit this page, for the following reason:
The action you have requested is limited to users in one of the groups: Users, Administrators.
Free text:
<!--bin: github--> <!--date: github--> A custom loader for .rpx files that can be used with any payload.elf loader. (For example [https://github.com/wiiu-env/PayloadFromRPX PayloadFromRPX] or [https://github.com/wiiu-env/JsTypeHax JsTypeHax]). == Installation == Place the payload.elf in the sd:/wiiu folder of your sd card and run a exploit which loads payload.elf, this will load the sd:/wiiu/payload.rpx into memory and execute it. The maximum size of the payload.rpx depends on the size of this loader, but should > 7Mib. ==Changelog== '''v0.1.3 2024/05/06''' * Compile with latest devkitPPC and wut. * Load the CustomRPXLoader into the start of the memory region, don't limit the size. * Make sure the PayloadLoaderPayload doesn't get overwritten. * Full Changelog: [https://github.com/wiiu-env/CustomRPXLoader/compare/v0.1.2...v0.1.3 v0.1.2...v0.1.3] '''v0.1.2 2023/07/20''' * Support for latest wut version by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/CustomRPXLoader/pull/16 #16] * Fix loading .rpx which load a dynamic libraries by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/CustomRPXLoader/pull/17 #17] * Add <code>CustomRPXLoader</code> to every OSFatal message by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/CustomRPXLoader/pull/18 #18] * Full Changelog: [https://github.com/wiiu-env/CustomRPXLoader/compare/v0.1.1...v0.1.2 v0.1.1...v0.1.2] '''v0.1.1 2023/01/11''' * Update ELFIO to reduce binary size by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/CustomRPXLoader/pull/12 #12] * Full Changelog: [https://github.com/wiiu-env/CustomRPXLoader/compare/v0.1...v0.1.1 v0.1...v0.1.1] == Credits == * Maschell. * orboditilt. * Copy pasted the solution for using wut header in .elf files from [https://github.com/libretro/RetroArch RetroArch]. * Copy pasted resolving the ElfRelocations from [https://github.com/decaf-emu/decaf-emu decaf]. * Copy pasted SD mounting code + devoptabs from [https://github.com/Maschell/libutils libutils]. == External links == * GitHub - https://github.com/wiiu-env/CustomRPXLoader
Advertising: