nstool/README.md
2018-08-07 11:47:44 +08:00

840 B

NNTools

Tools & Libraries for Nintendo devices.

License

Tools

  • nstool - General purpose reading/extraction tool for Nintendo Switch file formats.

Libraries

  • libfnd - Foundation library.
  • libcrypto - Cryptographic functions (AES,SHA,RSA). Wrapper for mbedTLS
  • libcompress - Compression algorithms (LZ4). Wrapper for lz4
  • libpki - Processes Nintendo's proprietary PKI.
  • libes - Processes Nintendo's eShop file types.
  • libhac - Processes Nintendo Switch file types.
  • libhac-hb - Processes Nintendo Switch file types (homebrew extensions).

Building

On MacOS/Linux/WSL run make.

For Windows, Visual Studio 2017 is supported.