Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.4 KB

README-English.md

File metadata and controls

25 lines (20 loc) · 1.4 KB

incognito

image Wipes some personal information from your Nintendo Switch by removing it from PRODINFO (CAL0).

NOTE: Atmosphere blocks writes to PRODINFO, so you must use ReiNX, SX OS, or a custom KIP to install this. Once installed, you can switch back to Atmosphere.

Compiling

Building needs a working devkitA64 environment, with packages libnx,deko3d and switch-glm installed (sudo (dkp-)pacman -S switch-dev).

$ git clone --recursive https://github.com/tiansongyu/Switch-incognito.git
$ cd Switch-incognito
$ make -j$(nproc)

Output will be located in /.

Purpose

  • a) It enables your switch to go online while worrying slightly less about a ban.
  • b) It prevents malicious homebrew applications from stealing your personal certificate.
  • c) multi-language support

Disclaimers

  • This application does not remove all personal information from your Switch, and should not be treated as a true preventative measure against getting banned.

  • ALWAYS have a NAND backup. I am not responsible for any bricks or bans. Use at your own risk, as this is an experimental program.

  • This application backs up your PRODINFO to the SD card, as backup/PRODINFO.bin You should keep this backup in a more secure location, and not leave it on the SD card where it could be subject to corruption or be read by malicious applications.