More actions
(Created page with "{{Infobox Switch Homebrews |title=Nand dumper |image=nanddumperswitch.png |description=A tool to dump the NAND (partitions) for the Nintendo Switch. |author=ITotalJustice |lastupdated=2019/12/14 |type=Utilities |version=2019 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/switchhomebrews/nanddumperswitch.7z |website=https://github.com/ITotalJustice/nand-dumper |source=https://github.com/ITotalJustice/nand-dumper |donation= }} {{#seo: |title=Switch Homebrew Apps (Uti...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Nand dumper | |title=Nand dumper | ||
|image= | |image=nanddumpernx.png | ||
|description=A tool to dump the NAND (partitions) for the Nintendo Switch. | |description=A tool to dump the NAND (partitions) for the Nintendo Switch (source only). | ||
|author=ITotalJustice | |author=ITotalJustice | ||
|lastupdated=2019/12/14 | |lastupdated=2019/12/14 | ||
Line 8: | Line 8: | ||
|version=2019 | |version=2019 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nanddumpernx.7z Source Only | ||
|website=https://github.com/ITotalJustice/nand-dumper | |website=https://github.com/ITotalJustice/nand-dumper | ||
|source=https://github.com/ITotalJustice/nand-dumper | |source=https://github.com/ITotalJustice/nand-dumper | ||
|donation= | |donation= | ||
}} | }} | ||
A tool to dump the NAND (partitions) for the Nintendo Switch. | A tool to dump the NAND (partitions) for the Nintendo Switch. | ||
== | ==Building== | ||
Install devkitpro. | |||
Inside the root app folder (the one with the Makefile), open a cmd window and type <code>make</code>. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/ITotalJustice/nand-dumper | ||
Latest revision as of 12:25, 29 April 2023
Nand dumper | |
---|---|
General | |
Author | ITotalJustice |
Type | Utilities |
Version | 2019 |
License | GPL-3.0 |
Last Updated | 2019/12/14 |
Links | |
Source Only Download | |
Website | |
Source | |
A tool to dump the NAND (partitions) for the Nintendo Switch.
Building
Install devkitpro.
Inside the root app folder (the one with the Makefile), open a cmd window and type make
.