1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 13:33: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 21d1b001ee LAFW shenanigans.
* Added custom key sources to derive CardInfo keys at runtime using SPL.

* Implemented CardInfo area decryption.

* Implemented LAFW blob lookup in FS .data segment to retrieve the current LAFW version.

P.S.: still need to move around code to perform the LAFW version check at the places we need. But the current code is good enough for a test.
2021-05-22 04:45:40 -04:00
.github
code_templates Crypto changes. 2021-05-21 09:34:43 -04:00
host Small code refactor. 2021-05-11 02:00:33 -04:00
include LAFW shenanigans. 2021-05-22 04:45:40 -04:00
legacy
libs Update borealis. 2021-05-21 10:02:39 -04:00
romfs Use legacy Borealis fork + add files from the legacy Borealis example. 2021-03-30 15:30:10 -04:00
source LAFW shenanigans. 2021-05-22 04:45:40 -04:00
.gitignore Modified NCA key area handling + restored PoC building. 2021-04-25 19:10:34 -04:00
.gitmodules Update borealis. 2021-05-21 10:02:39 -04:00
build.sh Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
LICENSE.md
Makefile Small code refactor (part 2). 2021-05-18 08:32:43 -04:00
README.md Fixes icon.jpg location in README (#82) 2021-04-03 09:17:43 -04:00
todo.txt LAFW shenanigans. 2021-05-22 04:45:40 -04:00

nxdumptool

Nintendo Switch Dump Tool

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