/rofs_dumper

Dumps 3DS ROFS containers (early format of romfs)

Primary LanguageC++The UnlicenseUnlicense

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