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:
RAZKOM
Language:
C/C++
Upload:
2026-02-19 03:54
Platform:
Windows
Difficulty:
4.3
Quality:
5.5
Arch:
x86-64
Downloads:
286
Size:
6.29 KB
Writeups:
1
Comments:
4
Description
Goal: Reverse engineer the key validation algorithm and either find a valid key manually or write a keygen. Patching the binary will not reveal the secret message — a valid key is required to decrypt it. Instructions: Run razkom_v1.exe, enter a key at the prompt when asked. A correct key will decrypt and display a hidden message. See HINT.txt for the key format. No installation required. Dependencies: None. Standalone Windows x64 executable. EDIT: Any valid key will be accepted, but only the original key will decrypt the secret message correctly. Patching or keygen alone won't get you there — you need to fully understand the algorithm.