mirror of
				https://github.com/wiiu-env/CustomRPXLoader.git
				synced 2025-10-31 13:16:00 +01:00 
			
		
		
		
	
			
				
					
						
					
					dependabot/docker/wiiu-env/devkitppc-20240704
				
			
			
		
	![dependabot[bot]](/assets/img/avatar_default.png) dependabot[bot]
		
	
	6358a92a95
	
	
	Bump wiiu-env/devkitppc from 20240423 to 20240704
			dependabot[bot]
		
	
	6358a92a95
	
	
	Bump wiiu-env/devkitppc from 20240423 to 20240704
		
			
			Bumps wiiu-env/devkitppc from 20240423 to 20240704. --- updated-dependencies: - dependency-name: wiiu-env/devkitppc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
CustomRPXLoader
This custom loader for .rpx files which can be used with any payload.elf loader. (For example PayloadFromRPX or JsTypeHax)
Usage
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.
Building
For building you just need wut and the ppc-portlibs ((dkp-)pacman -Syu ppc-portlibs) installed, then use the make command.
Building using the Dockerfile
It's possible to use a docker image for building. This way you don't need anything installed on your host system.
# Build docker image (only needed once)
docker build . -t customrpxloader-builder
# make 
docker run -it --rm -v ${PWD}:/project customrpxloader-builder make
# make clean
docker run -it --rm -v ${PWD}:/project customrpxloader-builder make clean
Format the code via docker
docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./src --exclude ./src/elfio -i
Credits
Description
				
					Languages
				
				
								
								
									C++
								
								92.1%
							
						
							
								
								
									C
								
								3.3%
							
						
							
								
								
									Makefile
								
								2.5%
							
						
							
								
								
									Assembly
								
								2.1%