XCI-Explorer/README.md

35 lines
1.3 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
* View metadata for XCI and NSP files
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
2018-11-29 16:45:37 +00:00
Main | Partitions
:-------------------------:|:-------------------------:
2019-04-14 18:20:43 +00:00
![main](https://cdn.discordapp.com/attachments/377518386826969088/567051362827763717/1.JPG) | ![partitions](https://cdn.discordapp.com/attachments/377518386826969088/567051371375755264/2.JPG)
2018-11-29 16:45:37 +00:00
## Build Requirements
* [Visual Studio Community 2019](https://visualstudio.microsoft.com/downloads/)
* [hactool](https://github.com/SciresM/hactool/releases)
* [Lockpick](https://gbatemp.net/threads/switch-7-0-key-derivation-lockpick_rcm-payload.532916/)
2018-06-17 18:51:55 +00:00
## Build Instructions
* Open **XCI Explorer.sln**
* Change *Debug* to *Release* in the dropdown menu
* Go to *Build*, then *Build Solution*
* Extract **hactool.zip** to `XCI-Explorer/bin/Release/tools/` folder
* Run **XCI-Explorer.exe**
2018-06-17 19:11:54 +00:00
2018-06-25 17:00:30 +00:00
## Special Thanks
2018-11-29 16:45:37 +00:00
* klks - CARD2, hash validation and bug fixes
* garoxas - Game revision, QoL changes and bug fixes
2018-06-25 17:00:30 +00:00
2018-06-17 19:11:54 +00:00
## Disclaimer
This is not my original work. I just made minor changes with the help of others.