Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 306 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 306 Bytes

wiiurpxtool

Compress or decompress RPL/RPX files for Wii U.

Usage

# decompress:
wiiurpxtool -d <rpx_name> [out_name]
# compress:
wiiurpxtool -c <rpx_name> [out_name]

Dependencies

LLVM

zlib

Credits

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

Mark Adler (zlib header files)