Very Easy Crackme |
password ends up being ":Rew." The crackme is looking for the password to end up being "0x54a337" but it goes through some changes from when its inputted into the program to when its compared to 0x54a337 so we just do those changes in reverse and bruteforce different password lengths with different ascii character combinations until it works ends up being 0x54a337. (from what I understand I'm not very good at this stuff) |