| CrakasMe |
the easiest way: 47 62 01 20 aa aa aa aa aa aa aa aa aa aa aa aa
aa aa aa aa aa dd |
2025-07-30 10:48 |
| asm |
This crackme contains an interesting oversight in the check_len function. The code performs a parity check on password lengths (calculating (len1 % 2) + (len2 % 2) and storing the result in cl), but then incorrectly compares the uninitialized r12b register instead of cl.
|
2025-06-15 10:10 |