My third crackme, went pretty smoothly, ended up debugging the CheckPassword method instead of trying to understand it.
I actually solved this before I even disassembled it, the first thing I tried was login = "a" and password = "asdfgh", which actually works because of a bug in this method. |
==> |