Minor update

This commit is contained in:
StudentBlake 2018-06-25 13:00:30 -04:00
parent 6902f06559
commit b7630b1a48

View file

@ -5,24 +5,28 @@
View contents of XCI files and more View contents of XCI files and more
## Features ## Features
* View info * View metadata
* View partitions * View partitions
* Compare hashes
* Extract NCA * Extract NCA
* Modify cert * Modify cert
## Requirements ## Requirements
* Visual Studio 2015+ * Visual Studio 2017
* [Hactool](https://github.com/SciresM/hactool/releases) (provided in Releases) * [Hactool](https://github.com/SciresM/hactool/releases) (optional)
* [Dumped keys](https://gbatemp.net/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/) (provided in Releases) * [Dumped keys](https://gbatemp.net/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/) (optional)
![program](https://i.imgur.com/xt6VpN7.jpg) ![program](https://i.imgur.com/xt6VpN7.jpg)
## Build Instructions ## Build Instructions
* Open XCI Explorer.sln/.csproj * Open XCI Explorer.sln
* Build -> Build Solution * Build -> Build Solution
* Add hactool + dependencies + keys.txt to `XCI-Explorer/bin/Debug/` folder * Add hactool + dependencies + keys.txt to `XCI-Explorer/bin/Debug/` folder
## Special Thanks
Addition of CARD2 and hash support provided by klks
## Disclaimer ## Disclaimer
This is not my original work. I just decompiled the rogue executable floating around and made minor changes. This is not my original work. I just decompiled the rogue executable floating around and made minor changes.