mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2025-02-16 21:45:39 +00:00
Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate/Ticket dumps from Nintendo Switch gamecards and installed SD/eMMC titles.
* Implemented RSA-2048-PSS + SHA256 signature verification. * Refactored RSA-2048-OAEP decryption steps to use mbedtls function calls. * Implemented NCA header main signature verification. * Replaced Björn Samuelsson's CRC32 algorithm with the hardware accelerated CRC32 checksum calculation from libnx (latest commit with support for calculation in blocks). |
||
---|---|---|
.github | ||
code_templates | ||
host | ||
include | ||
legacy | ||
libs | ||
romfs | ||
source | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
todo.txt |
nxdumptool
![](/mirrors/nxdumptool/media/commit/f526d4e6f4c24b80ce9d82cdd1d28b718dbc7cde/romfs/icon/nxdumptool.jpg)
Temporary branch used for the development of the nxdumptool rewrite. Highly experimental, use at your own risk.