Allows dumping very early 3DS ROFS containers.
g++ -std=c++20 main.cpp -o rofs_dump.exe
(Add -static
if static linking is needed)
rofs_dump.exe (in_file) (out_dir)
Allows dumping very early 3DS ROFS containers.
g++ -std=c++20 main.cpp -o rofs_dump.exe
(Add -static
if static linking is needed)
rofs_dump.exe (in_file) (out_dir)