An open API service indexing awesome lists of open source software.

https://github.com/pent0/gcdumptools

Gamecube dump tools ported to C++ 17, cross platform
https://github.com/pent0/gcdumptools

Last synced: about 1 year ago
JSON representation

Gamecube dump tools ported to C++ 17, cross platform

Awesome Lists containing this project

README

          

# gcdumptools

Gamecube dump tools ported to C++ 17, cross platform.
Include three tools, as I used for dumping Animal Crossing on Linux:
- yaz0dec: A Yaz0 decoder
- rarcdump: Extract RARC file
- gcmdump: Dump GCM file

All theses file used dirent, I simply ported them to C++17 with filesystem. Works fine.

Compiling with:
- Clang: use -std=c++17
- Visual Studio (normally compile)
- XCode: (Wait for Apple to support C++17, otherwise you must compile with Clang)

Based on: http://www.amnoid.de/gc/