1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-22 18:26:39 +00:00
Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
Find a file
Pablo Curiel 954e250151 Minor improvements to the companion script.
* The KeyboardInterrupt exception is now being caught.

* The USBError exception is now only being caught while reading a command header, which has a maxed out timeout value. This is used as a way to detect if the console has been disconnected.

* An output path can now be passed as the first argument for the script. User home directory and environment variables are expanded, if needed.

* If no path is provided, the script will proceed to create a 'nxdumptool' directory inside the directory where the script is located, and use it to store all the data sent by the console.
2021-02-18 22:49:01 -04:00
.github Cleanup startup logfile messages. 2020-10-14 19:08:01 -04:00
code_templates More USB changes. 2021-02-16 08:22:14 -04:00
legacy More legacy code wiping. 2020-10-13 07:26:29 -04:00
libusbhsfs@13a448e896 Update libusbhsfs 2021-01-31 03:27:22 -04:00
romfs Create .gitignore 2020-07-07 12:02:48 -04:00
source Add a Python-based companion script. 2021-02-18 04:24:16 -04:00
.gitignore More changes. 2020-10-22 00:38:14 -04:00
.gitmodules UMS changes. 2020-12-24 04:49:38 -04:00
build.sh Define constants using C preprocessor. 2021-02-12 18:41:14 -04:00
host.py Minor improvements to the companion script. 2021-02-18 22:49:01 -04:00
icon.jpg First commit. 2020-04-11 01:28:26 -04:00
LICENSE.md First commit. 2020-04-11 01:28:26 -04:00
Makefile Add DisableDeviceAddressSpaceMerge NPDM meta flag. 2020-12-23 14:02:02 -04:00
nsul_nxdt_patch.diff More USB changes. 2021-02-16 08:22:14 -04:00
README.md USB tweaks. 2020-07-12 11:29:08 -04:00
todo.txt Some more changes. 2021-02-13 02:09:18 -04:00
usb_abi_specs.txt Gracefully cancel ongoing USB file transfers. 2021-02-15 17:07:47 -04:00

nxdumptool

Nintendo Switch Dump Tool

Temporary branch used for the development of the nxdumptool rewrite. Highly experimental, use at your own risk.