nasm crack |
Yep, that was easy, just look up for &passwd in pseudocode |
Keyg3n_M1#1 |
Here's my solution.
.
.
.
Basicly, u need to debug this code and watch what happens with variables.
The tricky one is that in first "if" we compare with hex 0xA (10 in dec), but then, in second "if" we sum up "v3" with decimal. So, that's all. Very nice for beginner. |