| The Void |
Hi, thanks for the crackme!
I guess smth is wrong with the calculation algo for 4th letter (0-index). U have to get 0 with xor [ (x ^ 164) + 5 = 0 ], but its impossible if u use DWORD as output and BYTE as input. (it has to be '_', but it returns 0x100)
Check this out, please. Also this might a reason:
0x00000001400042F9 cmp dword ptr ds:[rbx],eax
instead of
0x00000001400042F9 cmp byte ptr ds:[rbx], al |
2026-01-04 14:15 |
| c++ vm test |
Hello!
Thank you for the great crackme!
In response to @cleric, I would like to say that any password longer than 10 characters and starting with four specific characters will actually be accepted. |
2025-08-29 18:33 |