General purpose read/extract tool for Nintendo Switch file formats.
Go to file
2018-03-21 20:29:08 +08:00
.vscode VSCode misc 2018-03-17 19:59:00 +08:00
lib [nx::NcaHeader] Fix comparison typo 2018-03-21 20:29:08 +08:00
programs Update NCA code 2018-03-18 17:08:42 +08:00
.gitignore update gitignore 2017-08-05 21:11:32 +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 change directory structure, and add support for VS compile, and fix aes-xts bug. 2017-08-05 21:09:50 +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 [NXTools] Not as-is anymore. 2017-07-21 18:26:26 +08:00

NXTools

Tools for NX (Nintendo Switch).

== Tools ==

  • ncatool - read/extract *.nca
  • npdmtool - read *.npdm files
  • pfstool - read/extract PartitionFS blobs (including *.nsp).

== Issues ==

  • [ncatool] AES-XTS not implemented properly, breaks decryption for nca header sectors 2,3,4,5
  • [ncatool] nca section crypto not reverse engineered, so they are not decrypted when extracted.