Load the program with dnSpy (C# flavor), place a breakpoint at `bool flag = ...`. Enter something in TextBox1, then copy `@string` from dnSpy to TextBox2. Bingo!
But I don't know how to decode `@string` with Python. I've already tried several charsets (like latin-1, utf-8, utf-16), but still haven't found the right charset.. |
==> |