1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 13:33:25 +01:00
Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
Go to file
2018-06-21 02:53:51 -04:00
source Complete set of changes since the latest commit made by MCMrARM. 2018-06-21 02:42:46 -04:00
.gitignore Initial commit 2018-05-15 14:57:40 +02:00
icon.jpg Complete set of changes since the latest commit made by MCMrARM. 2018-06-21 02:42:46 -04:00
LICENSE.md Complete set of changes since the latest commit made by MCMrARM. 2018-06-21 02:42:46 -04:00
Makefile Complete set of changes since the latest commit made by MCMrARM. 2018-06-21 02:42:46 -04:00
README.md Update README.md 2018-06-21 02:53:51 -04:00

gcdumptool

Nintendo Switch Game Card Dump Tool

Main features

  • Generates full XCI cartridge dumps (with optional certificate removal). All dumps are padded with 0xFF up to the actual game card size.
  • Precise HFS0 raw partition dumping (using the root HFS0 header from the game card).
  • Partition filesystem data dumping.
  • Partition filesystem browser (with manual file dump support).
  • Manual game card certificate dump.
  • Free SD card space checks in place.
  • File splitting support for all operations, using 2 GiB parts.
  • Game card Title ID and Control.nacp retrieval support using NCM and NS services.

Thanks to

  • MCMrARM, for creating the original application.
  • RSDuck, for their vba-next-switch port. It's UI menu code was taken as a basis for this application.
  • Foen, for giving me some pretty good hints about how to use the NCM service.
  • Yellows8, for helping me fix a silly bug in my implementation of some NCM service IPC calls.
  • The folks from ReSwitched, for working towards the creation of a good homebrew ecosystem.