From 9e723d6e001e6cdf123f8ab9b2244c241917d3aa Mon Sep 17 00:00:00 2001 From: jakcron Date: Sat, 7 Apr 2018 16:05:34 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f6adf9..e6bc796 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Tools for NX (Nintendo Switch). == Tools == * ncatool - read/extract *.nca -* npdmtool - read *.npdm files -* pfstool - read/extract PartitionFS blobs (including *.nsp). +* npdmtool - read *.npdm +* pfstool - read/extract PartitionFS (PFS0|HFS0) blobs (including *.nsp). +* xcitool - read *.xci == 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. +* [ncatool] nca section crypto not implemented