d0k3 / lsRomFS

Simple code for learning how RomFS level 3 works

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lsRomFS

Simple code for learning how RomFS level 3 works

Usage: Usage: lsrfs [romfs file] [path in romfs]

[romfs file] has to be decrypted. Use ctrtool and Decrypt9 to extract & decrypt the RomFS from any CIA / 3DS / NCCH.

[path in romfs] uses '/' as separators. If it leads to a directory, directory is listed, if it leads to a file, the file is dumped.

See license.txt for license

About

Simple code for learning how RomFS level 3 works

License:GNU General Public License v2.0


Languages

Language:C 80.6%Language:C++ 19.4%