| Keyg3n_M1#1 |
The binary asks for a password and passes it to check_key(). The function checks that the input length is between 8 and 10 characters, then sums the ASCII values of all characters. If the sum is less than 1000, it exits with Nope <3; otherwise, it returns success. |
2026-04-26 22:28 |
| Christmas CrackMe |
Reversed the binary in Ghidra and checked the `main` function. The program reads a PIN and compares it with the hardcoded hex value `0xee4`, which equals `3812` in decimal. Entering `3812` prints `Correct`.
|
2026-04-26 22:21 |
| lvl0 easy crackmes |
in _main func watch callin "uVar1 = std::operator==();" lines and in 0040160a address in eax register is loading local_30 variable. In _main there no func, but in std::operator there is checking local_30 with secret var that is local_a8. So in my mind there
İm not crazy is answer |
2026-01-30 22:07 |
| Crypt0 - Beginner CrackMe |
Username: Nick
Password: 4ACE00F
Check FUN_004194b0 function (in Ghidra) |
2026-01-28 22:58 |
| ZEXOR-v0.1 |
Answer is wrote as String. No hashes, No hex,really just string |
2026-01-28 20:53 |