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 c1e3dc719f More NCA changes.
* Made ncaGenerateEncryptedFsSectionBlock() entirely private. There's no point in keeping it public.

* Moved NCA FS section context initialization into its own function, ncaInitializeFsSectionContext().

* Hash data boundaries are now checked while initializing each NCA FS section context, using ncaFsSectionValidateHashDataBoundaries(). Both ncaValidateHierarchicalSha256Offsets() and ncaValidateHierarchicalIntegrityOffsets() have been removed.

* Improved hash region access detection in _ncaReadFsSection() by implementing ncaFsSectionCheckHashRegionAccess().

* ncaGetFsSectionHashTargetProperties() is now used in pfs.c, romfs.c and bktr.c to retrieve the properties from the target hash layer.

* Updated sanity checks in pfsInitializeContext(), romfsInitializeContext() and bktrInitializeContext().
2022-06-29 08:55:35 +02:00
.github Merge branch 'rewrite' of https://github.com/DarkMatterCore/nxdumptool into rewrite 2022-02-09 05:53:53 +01:00
code_templates Create merged nsp_dumper PoC. 2022-06-27 04:58:03 +02:00
host nxdt_host.py: update license (#108) 2022-03-31 04:37:23 +02:00
include More NCA changes. 2022-06-29 08:55:35 +02:00
legacy utils: implement utilsIsApplicationUpdatable(). 2021-08-07 05:44:36 -04:00
libs More changes. 2022-03-18 17:48:16 +01:00
romfs Remove support for NPDM patching. 2022-06-26 03:34:31 +02:00
source More NCA changes. 2022-06-29 08:55:35 +02:00
.gitignore Create merged nsp_dumper PoC. 2022-06-27 04:58:03 +02:00
.gitmodules libs: update libusbhsfs. 2022-03-04 13:24:28 +01:00
build.sh Add comments to build script (#107) 2022-03-22 20:55:06 +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 Create merged nsp_dumper PoC. 2022-06-27 04:58:03 +02:00

nxdumptool

Nintendo Switch Dump Tool

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