Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 252 Bytes

3DS ROFS dumper

Allows dumping very early 3DS ROFS containers.

Compiling

g++ -std=c++20 main.cpp -o rofs_dump.exe (Add -static if static linking is needed)

Usage

rofs_dump.exe (in_file) (out_dir)

License

Unlicense