1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-18 21:13:25 +01:00
Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
Go to file
2023-03-31 13:29:46 +02:00
.github workflow: rename UI artifacts 2023-03-29 23:45:07 +02:00
code_templates Update dependencies. 2023-02-24 21:32:58 +01:00
host Codebase cleanup. 2022-07-05 03:04:28 +02:00
include Support for HOS 16.x changes. 2023-03-29 23:14:21 +02:00
libs Update libusbhsfs 2023-03-25 12:10:07 +01:00
romfs Support for HOS 16.x changes. 2023-03-29 23:14:21 +02:00
source Support for HOS 16.x changes. 2023-03-29 23:14:21 +02:00
.gitignore Support for HOS 16.x changes. 2023-03-29 23:14:21 +02:00
.gitmodules libs: update libusbhsfs. 2022-03-04 13:24:28 +01:00
build.sh Codebase cleanup. 2022-07-05 03:04:28 +02:00
LICENSE.md Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
Makefile More changes. 2022-07-28 00:53:52 +02:00
README.md Update README.md 2023-03-31 13:29:46 +02:00
todo.txt Some changes. Read full commit message. 2022-07-12 02:27:03 +02:00

nxdumptool

Nintendo Switch Dump Tool

Official Discord server: https://discord.gg/SCbbcQx

This branch is used for the development of the ongoing nxdumptool rewrite. Code is highly experimental and lacks a proper UI at this time, but it has been thoroughly tested and should be safe to use. Proof-of-concept (PoC) builds are provided to test different aspects of the codebase.

If a nxdumptool build from the releases page isn't working for whatever you're trying to do (e.g. RomFS dumping), odds are it will work with a PoC build from this particular branch. The old branch will not receive any further updates.

A GitHub workflow is used to automatically build each new commit -- feel free to check it out.

This readme will be updated whenever the rewrite branch is ready for a proper release.

Currently planned changes for this branch include:

  • USB ABI (dump data directly to a PC).
  • USB Mass Storage device support (FAT, NTFS, EXT).
  • Gamecard header dumps.
  • Gamecard CardInfo area dumps.
  • Gamecard InitialData area dumps.
  • Individual NCA dumps (select and dump a specific NCA from a title).
  • Individual NCA FS section dumps (select and dump a specific FS section from a specific NCA belonging to a title, in both extracted and raw image forms) (this includes patched RomFS images).
  • System title support (e.g. dump qlaunch, shared fonts and much, much more at runtime).
  • Better support for NCA BucketTree storages (Indirect, AesCtrEx, Sparse, Compressed), as well as better handling of multi-layered reads in combination with game updates.
  • Volatile ticket dumping -- temporary tickets that are downloaded and kept in RAM instead of being written to the eMMC.
  • Better memory handling while dealing with compressed NRO binaries.
  • Event-driven background threads to manage gamecard insertions/ejections, gamecard application metadata parsing (e.g. the game would be properly identified even if its gamecard has never been used on your console), USB ABI sessions and USB Mass Storage devices.
  • Improved support for multigame gamecards and titles with more than one Program NCA (e.g. SM3DAS).
  • Control.nacp patching while dumping NSPs (lets you patch screenshot, video, user account and HDCP restrictions).
  • Full system update dumps.
  • New UI using a customized borealis fork. ⚠️

Legend:

  • - Implemented
  • ⚠️ - Partially implemented
  • - Not implemented