mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
840 B
840 B
NNTools
Tools & Libraries for Nintendo devices.
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.