From c26679c18bd55dc9db2f837c1ded99c0335a3f43 Mon Sep 17 00:00:00 2001 From: Jack Date: Tue, 18 Jul 2017 22:23:37 +0800 Subject: [PATCH] Create README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..47c1cd2 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# NXTools +Tools for NX (Nintendo Switch). + +I started writing tools for the Nintendo Switch, but development has stopped. This is provided "as-is". + +== Tools == +* ncatool - read/extract *.nca +* npdmtool - read *.npdm files +* pfstool - read/extract PartitionFS blobs. + +== Issues == +* [ncatool] AES-XTS not implemented properly, breaks decryption for nca header sectors 2,3,4,5 +* [ncatool] nca section crypto not reverse engineered, so they are not decrypted when extracted.