mirror of
https://github.com/jakcron/nstool.git
synced 2025-11-04 18:44:54 +00:00
| .vscode | ||
| lib | ||
| programs | ||
| .gitignore | ||
| LICENSE | ||
| makefile | ||
| NXTools.sln | ||
| NXTools.vcxproj | ||
| NXTools.vcxproj.filters | ||
| README.md | ||
| SWITCH_KEYS.md | ||
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.