Red Squirrel
No Lifer
There is this bug/easter egg in notepad that if you type "this app can break" and save the file then open it, it is corrupted. I remember reading up on this and it has something to do with how it tries to encode it differently (why? it's PLAIN TEXT, there's no encoding!). This does not only happen to that one phrase, but it has to do with a combination of characters or something.
Well I was storing important info in a note text doc and the last line I added must of made it so everything matches up to activate that easter egg.
Any way to recover such file? Like is it some kind of bit shifting or something? Whatever it is I can probably write something quick in C++ to fix it, just need to know how, if it's even doable, or if the data is totally scrambled. But I have a feeling it's just the way the bits are ordered or some other thing of that sort.
Well I was storing important info in a note text doc and the last line I added must of made it so everything matches up to activate that easter egg.
Any way to recover such file? Like is it some kind of bit shifting or something? Whatever it is I can probably write something quick in C++ to fix it, just need to know how, if it's even doable, or if the data is totally scrambled. But I have a feeling it's just the way the bits are ordered or some other thing of that sort.