| KeyCheck_86 |
Just put a breakpoint on strcmp, and check out the stack. You'll find the correct password there.
|
2020-05-06 21:05 |
| Secret Storage |
[Click to reveal]Flag is "Vhh7C". YOu can find it as string constant.
|
2020-05-06 20:11 |
| get the password |
Yeah, I don't know if this was a mistake by him, but it only compares the first character you entered with a 'w'.
|
2020-05-06 15:57 |
| mexican |
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.
|
2020-05-05 16:25 |