Although easy, this crackme was very fun to solve! Keep it up! |
==> |
0040104e if (*data_40437c == 0x247679) |
==> |
[SPOILER - SKIP IF YOU DON'T WANT HINTS] - This is an interesting challenge. Although patching wasn't an issue, I couldn't find the name and password without patching the srand() (level3) any more tips about that?
Level 1 was easy, deactivating all the srand() and rand()'s though it wasn't actually needed, only srand()..
Level 2 - username: 1kAlMiG2Kb7FzP5tM1QBI6DSS92c31Apgjk9lVK7d
password: pdonxRWd2YvlzRhbIO74SOKYoSsQ7sHeKcNBoLLC0G8g8RusnmNty8KZX71ZwmkBm1e9NqMib3lnu2wVKJDHmbyiIp
BTW: As mentioned before, since the patches were in the .reloc section, we had to rebuild it after to take into account for the changes. Keep them coming! Also, if you could provide the source for the challenge would be pretty awesome to read and understand all the assembly! :) |
==> |