General purpose read/extract tool for Nintendo Switch file formats.
Go to file
2018-04-21 17:41:49 +08:00
.vscode Update project metadata 2018-04-07 15:56:38 +08:00
lib [nx] Fix indent. 2018-04-21 17:41:49 +08:00
programs [xcitool] Show a pageAddr field also as a real address. Pfs addresses now relative to start of XCI. 2018-04-07 18:08:32 +08:00
.gitignore Update project metadata 2018-04-07 15:56:38 +08:00
LICENSE Initial commit 2017-07-03 00:45:58 +10:00
makefile [ncatool] Add program. Can only process header currently. 2017-07-05 18:58:33 +10:00
NXTools.sln [xcitool] Fix typo and add VS project files. 2018-03-25 19:10:48 +08:00
NXTools.vcxproj Initial commit of support libraries. 2017-07-03 01:18:59 +10:00
NXTools.vcxproj.filters Initial commit of support libraries. 2017-07-03 01:18:59 +10:00
README.md update readme 2018-04-07 16:05:34 +08:00

NXTools

Tools for NX (Nintendo Switch).

== Tools ==

  • ncatool - read/extract *.nca
  • npdmtool - read *.npdm
  • pfstool - read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp).
  • xcitool - read *.xci

== Issues ==

  • [ncatool] nca section crypto not implemented