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
- Host: GitHub
- URL: https://github.com/pent0/gcdumptools
- Owner: pent0
- Created: 2018-04-15T14:58:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T15:02:56.000Z (about 8 years ago)
- Last Synced: 2025-01-30T00:26:46.501Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/