pwsincd / rpl2elf

Small utility to convert Wii U RPL/RPX files to standard ELF format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Small utility to convert Wii U RPL/RPX files to standard ELF format

License:GNU General Public License v3.0


Languages

Language:C 99.8%Language:Makefile 0.2%