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