1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-20 05:53:25 +01:00
Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
Go to file
Pablo Curiel 974790944f More changes.
* Added NSP dumper PoC (SD card only atm, single-threaded).
* Cert: replaced a wrong strcmp() with a proper strncmp().
* CNMT: added functions to update content info entries and generate/write Partition FS patches.
* NCA: encrypt key area right after removing titlekey crypto.
* NPDM/ProgramInfo: changed function names.
* NPDM: check if the NCA has been modified before attempting to patch ACID data + calculate RSA-PSS signature *after* generating the PFS patch, not before. lol
* PFS: restore name table size value before writing the header padding.
* Tik: reworked the ticket lookup algorithm. Now uses information from ticket_list.bin to properly calculate the offset to the requested ticket in ticket.bin.
* Title: changed title type strings used for filename generation.
* Updated to-do list.
2020-10-22 00:38:14 -04:00
.github Cleanup startup logfile messages. 2020-10-14 19:08:01 -04:00
code_templates More changes. 2020-10-22 00:38:14 -04:00
legacy More legacy code wiping. 2020-10-13 07:26:29 -04:00
romfs Create .gitignore 2020-07-07 12:02:48 -04:00
source More changes. 2020-10-22 00:38:14 -04:00
.gitignore More changes. 2020-10-22 00:38:14 -04:00
build.sh Many changes. 2020-10-21 00:27:48 -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 Minor template tweaks + LegalInfo fix. 2020-10-10 06:10:50 -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 More changes. 2020-10-22 00:38:14 -04:00

nxdumptool

Nintendo Switch Dump Tool

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