XCI-Explorer/README.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2018-06-17 18:18:24 +00:00
# XCI Explorer
2018-06-17 18:51:55 +00:00
2018-06-29 19:21:34 +00:00
[Original MaxConsole Release](https://www.maxconsole.com/threads/exclusive-xci-explorer-released-for-switch-game-cartridge-backups.47046/)
2018-06-17 19:11:54 +00:00
2018-06-25 22:00:35 +00:00
View contents of XCI files and more!
2018-06-17 18:51:55 +00:00
## Features
2018-06-25 17:00:30 +00:00
* View metadata
2018-06-25 22:00:35 +00:00
* Explore partitions
* Check NCA hashes
2018-06-17 18:51:55 +00:00
* Extract NCA
* Modify cert
## Requirements
2018-06-25 17:00:30 +00:00
* Visual Studio 2017
2018-06-29 19:21:34 +00:00
* [Hactool](https://github.com/SciresM/hactool/releases)
2018-06-30 17:25:18 +00:00
* [Dumped keys](https://gbatemp.net/threads/how-to-get-switch-keys-for-hactool-xci-decrypting.506978/) ([or get them here](https://github.com/StudentBlake/XCI-Explorer/releases/download/v1.0.0.0/Get-keys.txt.bat))
2018-06-17 18:51:55 +00:00
2018-06-25 22:00:35 +00:00
Main Tab Metadata/Cert/Trimming | Partitions Tab NCA Extract/Hash Check
:-------------------------:|:-------------------------:
![main](https://imgur.com/NdYOcgW.jpg) | ![partitions](https://imgur.com/ehPoPWB.jpg)
2018-06-17 18:51:55 +00:00
## Build Instructions
2018-06-25 22:00:35 +00:00
* Open `XCI Explorer.sln`
2018-06-17 18:51:55 +00:00
* Build -> Build Solution
2018-06-25 22:00:35 +00:00
* Add hactool.exe + dependencies + keys.txt to `XCI-Explorer/bin/Debug/` folder
* Run `XCI-Explorer.exe`
2018-06-17 19:11:54 +00:00
2018-06-25 17:00:30 +00:00
## Special Thanks
2018-06-29 19:21:34 +00:00
klks - CARD2, Hash Validation, bug fixes
2018-06-25 17:00:30 +00:00
2018-06-17 19:11:54 +00:00
## Disclaimer
2018-06-29 19:21:34 +00:00
This is not my original work. I just decompiled the executable and made minor changes.
2018-06-18 16:00:13 +00:00
I am NOT a developer and this has NOT been extensively tested!