rpl2elf/README.md

10 lines
399 B
Markdown
Raw Permalink Normal View History

2015-01-24 17:15:19 +01:00
# rpl2elf
2015-01-24 17:24:14 +01:00
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)