mirror of
https://github.com/StudentBlake/XCI-Explorer
synced 2024-11-24 21:23:02 +00:00
No description
dab1d0ab82
Thanks for your great efforts on this work. This Pull Request add these functions: 1. masterkey_0a (or masterkey_10) support. Newest hactool is required for correct XCI information display; 2. small 1GB gamecard size capacity supported instead of "?"; 3. now XCI-explorer support both "masterkey_0a" or "masterkey_0A" in "keys.txt" for users' convenience. However, I am new to C# with few knowledge on its functions. Therefore, the efficiency of this modified code can be further improved. Please feel free to change anything if you need. Moreover, now the code could only support no more than masterkey_0F from the future, and this also need to be fixed. |
||
---|---|---|
Properties | ||
XCI_Explorer | ||
XCI_Explorer.Helpers | ||
XTSSharp | ||
.gitattributes | ||
.gitignore | ||
app.config | ||
Be.Windows.Forms.HexBox.dll | ||
packages.config | ||
README.md | ||
XCI Explorer.csproj | ||
XCI Explorer.sln |
XCI Explorer
Originally Released by Anonymous on MaxConsole
View the contents of Switch files and more!
Features
- View metadata for XCI and NSP files
- Explore partitions
- Check NCA hashes
- Extract NCA
- Modify cert
Main | Partitions |
---|---|
Build Requirements
Build Instructions
- Open XCI Explorer.sln
- Change Debug to Release in the dropdown menu
- Go to Build, then Build Solution
- Extract hactool.zip to the
XCI-Explorer/bin/Release/tools/
folder - Run XCI-Explorer.exe
Special Thanks
- klks - CARD2, hash validation and bug fixes
- garoxas - Game revision, QoL changes and bug fixes
Disclaimer
- This is not my original work. I just made minor changes with the help of others.