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 679aa170b5 Some small changes.
* tik: check for common certificate availability before attempting to convert a personalized ticket to a common one. The raw common certificate chain data for the ticket signature issuer is now returned.

* usb: skip waitMulti call in the USB background thread if an invalid endpoint max packet size was received from the USB host in the previous while loop iteration.
2020-08-27 15:18:31 -04:00
.github Update issue templates 2020-05-02 04:44:14 -04:00
code_templates Silly fix. 2020-08-20 23:49:57 -04:00
old Update old codebase copy. 2020-05-18 01:37:36 -04:00
romfs Create .gitignore 2020-07-07 12:02:48 -04:00
source Some small changes. 2020-08-27 15:18:31 -04:00
.gitignore First commit. 2020-04-11 01:28:26 -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 Ditched C threads in favor of libnx threads. 2020-08-18 01:04:13 -04:00
nsul_nxdt_patch.diff Get endpoint max packet size from USB host to properly enable ZLT packets when needed. 2020-08-17 17:30:47 -04:00
README.md USB tweaks. 2020-07-12 11:29:08 -04:00
todo.txt Some small changes. 2020-08-27 15:18:31 -04:00

nxdumptool

Nintendo Switch Dump Tool

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