Skip to content
forked from 0CBH0/wiiurpxtool

Rewrite of wiiurpxtool as a C++ library

License

Notifications You must be signed in to change notification settings

yawut/wiiurpxlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wiiurpxlib

Rewrite of wiiurpxtool that works as a library, using modern C++. Also allows library users to access the in-memory representation of the RPX file, allowing it to be read and modified without writing a decompressed file back to disk first.

Dependencies

  • zlib
  • A C++20 capable compiler
  • Applications using the library need to be built with C++17 or newer

Credits

  • Hykem (documentation and research of the RPL/RPX format)
  • 0CBH0 (original wiiurpxtool)

About

Rewrite of wiiurpxtool as a C++ library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.9%