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
|
||||
|
||||
## 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue