mirror of
https://github.com/rvtr/TwlNandTool.git
synced 2025-10-31 06:01:08 -04:00
The best DSi NAND repair tool ever
| .github/workflows | ||
| arm7 | ||
| arm9 | ||
| nitrofiles | ||
| .gitignore | ||
| hwinfo.py | ||
| icon.bmp | ||
| Makefile | ||
| README.md | ||
TwlNandTool
This is the best DSi NAND repair tool out there, offering features such as:
- Fixing MBR
- Formatting FAT partitions
- Fixing Stage2 (NandFirm)
- Recovering deleted HWInfo secure
- Installing minimal firmware titles and unlaunch
- Lots of useful NAND diagnostic info
Why do these matter? You can create a new working NAND from scratch! No backups needed (but still recommended)!
Notes
- I am including my own hostile and outdated fork of libfat. This is to block
nand_Startup()duringfatMount(). Without this having a NAND re-mount would runnand_Startup()more than once and break every NAND R/W function until reboot...