Share how awesome the crackme was or where you struggle to finish it! Stay polite and do not spoil the solution/flag!
Please keep the comments section English-only.
Author:
maroj
Language:
C/C++
Upload:
2026-06-20 18:44
Platform:
Windows
Difficulty:
6.0
Quality:
4.0
Arch:
x86-64
Downloads:
23
Size:
319.50 KB
Writeups:
0
Comments:
1
Description
A 64-bit Windows console crackme. Your goal is to find a valid Name + Serial pair - or better yet, write a working keygen. Input : Name (any string) Serial: XXXXXXXX-YYYYYYYY-ZZZZZZZZ (Hex format) The program will tell you if your serial is correct. Patching is NOT allowed - the success message is decrypted using variables computed dynamically throughout the execution. Several layers of protection are active. You'll need to figure out what they are and how to bypass them - that's part of the challenge. Static analysis + Keygen is the only intended approach. If you solve it, please leave a comment with your keygen and thoughts on the architecture!