/cntx

Explore various Nintendo Switch file formats (PFS0, NCA) in pure Rust

Primary LanguageRustMIT LicenseMIT

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.)