1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-11-08 11:51:48 +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 278cb5c72a Some changes.
* nxdt_includes: renamed VersionType1 to Version and tweaked it to add the application_version struct, renamed VersionType2 to SdkAddOnVersion.

* gc_dumper: use utilsGeneratePath() to truncate generated filenames to safe filesystem limits. Thanks to n0tw0rk for reporting the issue and testing the changes!

* nxdt_host.py: fixed a string formatting issue that made it impossible to unpack data from the SendFileProperties command block under certain circumstances.

* gamecard: modified GameCardKeySource to add a value field, added GameCardFlags_HasCa10Certificate flag.

* utils: utilsGeneratePath() no longer adds a dot on its own if it's not part of the provided extension string.
2022-03-17 13:37:24 +01:00
.github Merge branch 'rewrite' of https://github.com/DarkMatterCore/nxdumptool into rewrite 2022-02-09 05:53:53 +01:00
code_templates Some changes. 2022-03-17 13:37:24 +01:00
host Some changes. 2022-03-17 13:37:24 +01:00
include Some changes. 2022-03-17 13:37:24 +01:00
legacy utils: implement utilsIsApplicationUpdatable(). 2021-08-07 05:44:36 -04:00
libs libs: update libusbhsfs. 2022-03-04 13:24:28 +01:00
romfs Forgot this one. 2022-02-04 21:18:35 +01:00
source Some changes. 2022-03-17 13:37:24 +01:00
.gitignore PoC: use 7z instead of tar. 2021-08-03 03:15:06 -04:00
.gitmodules libs: update libusbhsfs. 2022-03-04 13:24:28 +01:00
build.sh Add working github workflow to rewrite branch, builds libusbhsfs + nxdt rewrite (#106) 2022-02-09 05:52:04 +01:00
LICENSE.md Change project layout + upgrade license to GPLv3. 2021-03-25 15:26:58 -04:00
Makefile gc_dumper: change info TXT layout. 2022-02-07 01:32:39 +01:00
README.md Fixes icon.jpg location in README (#82) 2021-04-03 09:17:43 -04:00
todo.txt Update todo.txt 2021-08-08 03:59:02 -04:00

nxdumptool

Nintendo Switch Dump Tool

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