Small utility to convert Wii U RPL/RPX files to standard ELF format
Go to file
Hykem d3614edafe Update README.md 2015-01-24 16:24:14 +00:00
LICENSE Initial commit 2015-01-24 16:15:19 +00:00
Makefile Added files. 2015-01-24 16:17:48 +00:00
README.md Update README.md 2015-01-24 16:24:14 +00:00
rpl2elf.c Added files. 2015-01-24 16:17:48 +00:00
rpl2elf.h Added files. 2015-01-24 16:17:48 +00:00
utils.c Added files. 2015-01-24 16:17:48 +00:00
utils.h Added files. 2015-01-24 16:17:48 +00:00
zconf.h Added files. 2015-01-24 16:17:48 +00:00
zlib.h Added files. 2015-01-24 16:17:48 +00:00

README.md

rpl2elf

Convert Wii U RPL/RPX files to standard ELF format. This tool is still unfinished and for now all it can do is decompress the RPL/RPX zlib compressed sections, as well as display important information regarding the ELF headers and data.

Credits

comex (documentation and research of the RPL/RPX format)

deroad (additional research of the RPL/RPX format)

Mark Adler (zlib header files)