mirror of
https://github.com/jakcron/nstool
synced 2024-11-14 09:46:39 +00:00
No description
.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.