CustomRPXLoader Wii U: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 23: Line 23:
The maximum size of the payload.rpx depends on the size of this loader, but should > 7Mib.   
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 ==   
== Credits ==   
* Maschell.   
* Maschell.   

Revision as of 02:42, 16 May 2024

CustomRPXLoader
Customrpxloaderwiiu.png
General
AuthorMaschell
TypePayload
Version0.1.3
LicenseGPL-2.0
Last Updated2024/05/06
Links
Download
Website
Source

A custom loader for .rpx files that can be used with any payload.elf loader. (For example PayloadFromRPX or 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: v0.1.2...v0.1.3

v0.1.2 2023/07/20

v0.1.1 2023/01/11

Credits

  • Maschell.
  • orboditilt.
  • Copy pasted the solution for using wut header in .elf files from RetroArch.
  • Copy pasted resolving the ElfRelocations from decaf.
  • Copy pasted SD mounting code + devoptabs from libutils.

External links

Advertising: