Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 302 Bytes

cntx

Pure Rust library to explore various Nintendo Switch file formats

Usage

[dependencies]
cntx = { git = "https://github.com/XorTroll/cntx" }

Supported formats

  • NCA (only NCA3 version)

  • PFS0

  • RomFs

TODO

  • Slightly expand RomFs support (iterate through dirs, etc.)