1
0
Fork 0
mirror of https://github.com/Scandal-UK/Incognito_RCM.git synced 2024-09-19 21:53:27 +01:00
Incognito_RCM/README.md

49 lines
2.3 KiB
Markdown
Raw Normal View History

2020-05-30 17:50:36 +01:00
Incognito_RCM (patched)
2019-03-04 23:05:42 +00:00
=
2019-10-03 17:16:41 +01:00
Incognito_RCM is a bare metal Nintendo Switch payload that derives encryption keys for de- and encrypting PRODINFO partition (sysnand and emummc) and wiping personal information from your Nintendo Switch as to go online while worrying slightly less about a ban.
2019-10-06 20:05:50 +01:00
It has a builtin backup and restore functionality.
2019-10-03 17:16:41 +01:00
It is heavily based on [Lockpick_RCM](https://github.com/shchmue/Lockpick_RCM) and takes inspiration from [incognito](https://github.com/blawar/incognito).
2019-03-04 23:05:42 +00:00
2019-10-03 17:21:09 +01:00
Massive Thanks to CTCaer, shchmue and blawar!
2019-03-04 23:05:42 +00:00
2019-10-06 20:05:50 +01:00
This project is in early stage, so have a nand backup!!
2020-05-31 22:34:34 +01:00
Patch note
=
*Scandal-UK: I have maintained this project with code from projects by CTCaer and schmue. I take no credit for the code - I have just updated it where necessary so that it builds with the latest tools, has the improvements made in Hekate and works with the latest firmware as intended. Report any issues or contact me on GBATemp (scandal_uk).*
2019-03-04 23:05:42 +00:00
Usage
=
2019-10-03 17:16:41 +01:00
* Launch Incoginito_RCM.bin using your favorite payload injector
* Use menu to make a backup! (Will be written to `sd:/prodinfo_sysnand.bin` and `sd:/prodinfo_emunand.bin` respectively)
* Choose either Incognito (sysNAND) or Incognito (emuMMC) to wipe personal information
* If you ever want to revert, choose restore menu points
2019-10-06 20:05:50 +01:00
Screenshots
=
Main | Incognito
:-------------------------:|:-------------------------:
![](/res/main.png) | ![](/res/incognito.png)
Backup | Restore
:-------------------------:|:-------------------------:
![](/res/backup.png) | ![](/res/restore.png)
2019-03-04 23:05:42 +00:00
Building
=
Install [devkitARM](https://devkitpro.org/) and run `make`.
Known Issues
=
2019-10-03 17:16:41 +01:00
* Chainloading from SX will hang immediately due to quirks in their hwinit code, please launch payload directly
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.
2020-05-30 17:50:36 +01:00
* This application backs up your PRODINFO to the SD card. 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.