prodinfo_gen is a Nintendo Switch payload that can generate minimal, console-unique, PRODINFO files.
It can either build one from scratch or import parts of a donor PRODINFO.
It is primarily aimed at people without a backup of their PRODINFO or building a NAND from scratch.
This tool is not meant to, and will not, unban a Switch console.
Of course, as we do not have Nintendo's private keys, the generated files can't be perfect.
Here's what works:
Booting | Homebrews | Amiibos | GameCards | Online | |
---|---|---|---|---|---|
from scratch | ✓ | ✓ | ✓ | ||
from donor | ✓ | ✓ | ✓ | ✓ |
As such, a "from scratch" PRODINFO also acts as a more elaborate "Incognito".
USE THIS TOOL AT YOUR OWN RISK, DO NOT OVERWRITE A FACTORY PRODINFO WITHOUT MAKING A BACKUP FIRST.
sd:/switch/donor_prodinfo.bin
. Note: If the donor is a patched or Mariko Switch, you will need to copy the donor's keys to sd:/switch/donor.keys
.sd:/switch/generated_prodinfo_from_scratch.bin
or sd:/switch/generated_prodinfo_from_donor.bin
depending on what you selected.Install devkitARM and run make
.
This project is under the GPLv2 license.