Giter VIP home page Giter VIP logo

incognito's Introduction

incognito

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.

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.

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.

incognito's People

Contributors

blawar avatar ddinghoya avatar ely3m avatar leo60228 avatar snoozeddev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

incognito's Issues

Perdi o backup da prodinfo

Amigos , alguém pode me ajudar?
Perdi o backup da minha prodinfo e agora não consigo restaurar o serial do meu switch , será que tem solução ?

restore not work

the restore funtion alwas give you serial 0000

image

tested on two diferent prodinfo files

Can you add a restore option?

I wasn't prepared for this automatically changing the serial on load. Can you please add an option to restore from backup?

Also, please add the option to confirm the change before doing so automatically.

Typo? proinfo = prodinfo?

Typo? proinfo = prodinfo?

	char* backupFileName()
	{
		static char filename[32] = "prodinfo.bin";

		if (!fileExists(filename))
		{
			return filename;
		}
		else
		{
			for (int i = 0; i < 99; i++)
			{
				sprintf(filename, "proinfo.bin.%d", i);

				if (!fileExists(filename))
				{
					return filename;
				}
			}
		}
		return NULL;
	}

Broken 11.0.1 AMS 0.16

Unknown pkg1 version. Make sure you have the latest release. If new firmware was released Incognito_RCM must be updated.

updated to 1.5 (9/19) got error above

Switch crashes when trying to restore prodinfo.bin

Hey guys, I'm trying to restore my serial number so I'm trying to restore it from Incognito, but whenever I do so, my switch just crashes (Atmoshpere). I'm getting the casual crash screen :
image (image taken from google image, don't know if the error codes are the same)

Please help

Not working on 9.0.1?

I am on sxos 2.9.2 and 9.0.1 emunand and every time I load up incognito it gives me a error writing serial just gives me the console orginal serial number

failed to open cal0 partition

Hi,
When i open Incognito, i got this message :
incognito failed to open cal0 partition

I have the options menu below, it launches things but give me an error everytime i try

I'm on 6.2 with exFAT SD

Crashing my Switch

When i started my Switch just freezes (black screen)
edit: I was using Atmosphere... DONT use Atmosphere while trying this

Can Deactive The Sketchy DNS Servers?

This means I can activate incognito, then deactivate my DNS servers, and should work just like the DNS but saffer?

Just trying to really understand it

Unban Possible?

So someone things that you can unban yourself if you inject a p-info that is unbaned into the banned one...
Is that true? Sound logical to me

Failure to restore proinfo.bin

Hello guys, thanks for your hard work. I am having some problem to deactivate incognito. When I try to restore, I got the message:

Error: failed writing hash
new serial: XAW00000000000
fin, please reboot.

Someone can help me?

Failed to read calibration data

Currently using Atmosphere 0.92 and the incognito application doesn't work. Upon opening two errors are presented:
error: failed to open cal0 partition
error: failed reading calibration data

Overwrite prodinfo after patching, no backup.

Ok so, i did the backup of the prodinfo twice and the “without serial” version overwrote the console version.

Tried to use my nand backup but i think it’s corrupted.

Is there a way to change manualy what icognito changed at the prodinfo (no serial) backup file?

[FR} Pre made .bin

It's really hard to set up the envirement on my PC, any chance for pre-compiled .bin files?

Online?

Can i play in fortnite with it?

Question: re-build (via reverse engineering) prodinfo... it's even possible?

Hi, i'm no C++ programmer, but, because of my current problem, I wonder if it's possible to build a new prodinfo file.

Apparently the problem on my switch it's the missing prodinfo, making me unable to upgrade to any firmware higher then 8.1 (and my backup looks like to have included the already modified prodinfo by the incognito)

I have my serial, device keys etc, and after analysing the incognito.cpp seems to be viable to place these values manually.

any idea if this kind of "reverse engineering" it's even possible, there is specific keys dynamic generated or that i cannot use from my keys file?

really apreciate the help, folks

thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.