Can you provide a solution?
It is the first crackme that I tried.
I figured out that the result in the `checkPassword` function needs to be 0x00000001. Further I see that the password is constructed at runtime inside the while loop. But I struggle to understand the content of the while loop and on which stuff the reverse iterator is applied. Based on the chars in the Assembler code I thought the password is something like carddeck but that didn't work. |
==> |