mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-10 06:34:15 +00:00
Minor update
This commit is contained in:
parent
6902f06559
commit
b7630b1a48
1 changed files with 9 additions and 5 deletions
14
README.md
14
README.md
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue