No description
Find a file
2018-08-07 13:39:55 +08:00
.vscode Updated layout of project files. 2018-08-07 13:28:06 +08:00
lib Update makefiles 2018-08-07 13:30:52 +08:00
programs Update makefiles 2018-08-07 13:30:52 +08:00
.gitignore Update project metadata 2018-04-07 15:56:38 +08:00
LICENSE Update readmes. 2018-08-07 11:47:44 +08:00
makefile [ncatool] Add program. Can only process header currently. 2017-07-05 18:58:33 +10:00
NNTools.sln Rename .sln to NNTools 2018-08-07 13:28:37 +08:00
NNTools.vcxproj Rename .sln to NNTools 2018-08-07 13:28:37 +08:00
NNTools.vcxproj.filters Rename .sln to NNTools 2018-08-07 13:28:37 +08:00
README.md Update readme 2018-08-07 13:39:55 +08:00
SWITCH_KEYS.md Update readmes. 2018-08-07 11:47:44 +08:00

NNTools

Tools & Libraries for Nintendo devices.

License

Tools

  • nstool - General purpose read/extract tool for Nintendo Switch file formats.

Libraries

  • libfnd - Foundation library. Provides file IO, crypto, CLI utils, string conversion, etc.
  • libpki - Processes Nintendo's proprietary PKI.
  • libes - Processes Nintendo's eShop file formats.
  • libhac - Processes Nintendo Switch file formats.
  • libhac-hb - Processes Nintendo Switch file formats (homebrew extensions).

Dependencies

  • libpolarssl - Cryptographic functions (AES,SHA,RSA). Clone of polarssl (now mbedTLS).
  • liblz4 - Compression algorithms (LZ4). Clone of lz4.

Building

On MacOS/Linux/WSL run make.

For Windows, Visual Studio 2017 is supported.