1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 21:43:44 +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 3cb6ef93aa Some changes.
* Placed C++ extern "C" blocks inside include guards.

* Added a "clean_all" rule to the Makefile to avoid recompiling libusbhsfs after each time "clean" is used.

* Added static asserts for all structs that may need it throughout the code.

* Preprocessor macros are now used to generate certificate and ticket structs.
2021-03-24 13:25:19 -04:00
.github Cleanup startup logfile messages. 2020-10-14 19:08:01 -04:00
code_templates Fix NACP bitflag checks. 2021-03-20 03:13:16 -04:00
host Fix NACP bitflag checks. 2021-03-20 03:13:16 -04:00
legacy More legacy code wiping. 2020-10-13 07:26:29 -04:00
libusbhsfs@90d329bd44 Update libusbhsfs 2021-03-02 00:33:28 -04:00
romfs Create .gitignore 2020-07-07 12:02:48 -04:00
source Some changes. 2021-03-24 13:25:19 -04:00
.gitignore Use latest PyInstaller instead of cx_Freeze to generate a standalone Windows EXE. 2021-03-20 00:47:57 -04:00
.gitmodules UMS changes. 2020-12-24 04:49:38 -04:00
build.sh Minor fixes. 2021-03-08 07:11:28 -04:00
icon.jpg
LICENSE.md
Makefile Some changes. 2021-03-24 13:25:19 -04:00
README.md USB tweaks. 2020-07-12 11:29:08 -04:00
todo.txt Some more changes. 2021-02-13 02:09:18 -04:00

nxdumptool

Nintendo Switch Dump Tool

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