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:
PlayboyPrime
Language:
C/C++
Upload:
2026-03-11 23:48
Platform:
Windows
Difficulty:
5.0
Quality:
3.5
Arch:
x86-64
Downloads:
74
Size:
660.50 KB
Writeups:
2
Comments:
0
Description
Heavily obfuscated with a self made obfuscator. You will be prompted to enter a password. If the input is the correct password, the program will log "Correct". Otherwise, it will log "Incorrect". Main goal: Find the password without using -d argument (see below). Easy goal: Patch the program so it always logs "Correct". The program has debugger detection and IDA history detection. The program will crash intentionally when detected. To make life a little easier, debugger detection can be disabled with the -d argument and IDA history detection can be disabled with the -i argument. Try not to rely on argv inspection to locate the debugger detection logic. There is intentionally no VM detection or prevention for obvious reasons.