Just put a breakpoint on strcmp, and check out the stack. You'll find the correct password there. |
==> |
Flag is "Vhh7C". YOu can find it as string constant. |
==> |
Yeah, I don't know if this was a mistake by him, but it only compares the first character you entered with a 'w'. |
==> |
By default the flag isn't displayed, because there's a jle before the function call that displays the flag. Just simply change jle to jne. |
==> |