No description
Find a file
zzpong dab1d0ab82 master_key_0a supported, fix issue #50 and more
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.
2020-03-01 15:55:47 +08:00
Properties Added edge-case error handling, reverted game revision display change, disable trim button if XCI is already trimmed 2019-11-11 16:05:17 -05:00
XCI_Explorer master_key_0a supported, fix issue #50 and more 2020-03-01 15:55:47 +08:00
XCI_Explorer.Helpers Changed formatting (for the last time) 2019-04-14 13:17:26 -04:00
XTSSharp Changed formatting (for the last time) 2019-04-14 13:17:26 -04:00
.gitattributes Initial commit 2018-06-17 14:18:24 -04:00
.gitignore Added precompiled HexBox back to the repo 2019-11-11 15:52:47 -05:00
app.config Removed old code, changed target framework to latest 2019-04-14 14:10:10 -04:00
Be.Windows.Forms.HexBox.dll Added precompiled HexBox back to the repo 2019-11-11 15:52:47 -05:00
packages.config Remove Fody and remaining warnings, add consistant spacing to some classes 2018-11-27 12:11:05 -05:00
README.md Update README.md 2019-11-11 16:20:10 -05:00
XCI Explorer.csproj Simplified function, removed leftover files 2019-04-23 11:30:00 -04:00
XCI Explorer.sln Removed old code, changed target framework to latest 2019-04-14 14:10:10 -04:00

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
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.