mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
Fix links in readme.
This commit is contained in:
parent
f36ef0061d
commit
016e6c04ee
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -6,16 +6,16 @@ Tools & Libraries for NX (Nintendo Switch).
|
||||||
|
|
||||||
# Tools
|
# Tools
|
||||||
|
|
||||||
* (nstool)[/programs/nstool] - read *.npdm, read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp), read *.xci
|
* nstool - read *.npdm, read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp), read *.xci
|
||||||
* (ncatool)[/programs/ncatool] - read/extract *.nca
|
* ncatool - read/extract *.nca
|
||||||
* (tiktool)[/programs/tiktool] - read ticket fields.
|
* tiktool - read ticket fields.
|
||||||
|
|
||||||
# Libraries
|
# Libraries
|
||||||
|
|
||||||
* (libfnd)[/lib/libfnd] - Foundation library.
|
* libfnd - Foundation library.
|
||||||
* (libcrypto)[/lib/libcrypto] - Cryptographic functions (AES,SHA,RSA). Wrapper for [mbedTLS](https://github.com/ARMmbed/mbedtls)
|
* libcrypto - Cryptographic functions (AES,SHA,RSA). Wrapper for [mbedTLS](https://github.com/ARMmbed/mbedtls)
|
||||||
* (libes)[/lib/libes] - Handling of (NS relevant) eShop file type processing. (eTickets, etc)
|
* libes - Handling of (NS relevant) eShop file type processing. (eTickets, etc)
|
||||||
* (libnx)[/lib/libnx] - Handling of NS file types
|
* libnx - Handling of NS file types
|
||||||
|
|
||||||
# External Keys
|
# External Keys
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue