crackmes.one

Zydak's Very simple but obfuscated crackme

Author:
Zydak

Language:
C/C++

Upload:
2026-08-16 00:45

Platform:
Unix/linux etc.

Difficulty:
3.0

Quality:
4.0

Arch:
x86-64

Downloads:
109

Size:
1.48 MB

Writeups:
0

Comments:
4

Description

A very simple crackme obfuscated with my obfuscator called LeetObfuscator, you can find it on github. There's a single xor of the hardcoded key and compare with user input. Without obfuscation it would take 5 minutes to crack. The solution is to make a keygen, it's not patchable. Flag will be in LEET_FLAG{flag} format.

Labels ?

Anti-debugging Exception-based (SEH/VEH/INT2D) String / data encryption XOR Control-flow obfuscation Spaghetti / junk-branch Exception / interrupt-based Indirect / computed jumps & calls State machine / dispatcher Control-flow flattening (CFF) Anti-disassembly Junk / garbage bytes Opaque predicates Overlapping / misaligned instructions Jump-based desync