crackmes.one

alpjs's custom vmp crackme

Author:
alpjs

Language:
C/C++

Upload:
2026-09-12 02:20

Platform:
Windows

Difficulty:
2.0

Quality:
4.0

Arch:
x86-64

Downloads:
145

Size:
49.50 KB

Writeups:
0

Comments:
13

Description

VMP-style VM around a simple password check. Password runs through a runtime-decrypted, shuffle-per-run bytecode VM + sponge keystretcher/MAC. Anti-debug (PEB, 0xCC, DRx, timing, window scan), PatchGuard checksum self-check — patching poisons the key path. No packer. Find the password, don't patch it.

Labels ?

Anti-debugging Timing (rdtsc/GetTickCount) PEB BeingDebugged / NtGlobalFlag INT3 / 0xCC breakpoint scan Hardware breakpoints (DRx) NtQueryInformationProcess String / data encryption XOR Self-modifying / runtime decrypt Crypto / hash algorithm Code virtualization / VM Control-flow obfuscation Indirect / computed jumps & calls Anti-disassembly Junk / garbage bytes Import / API obfuscation Custom / generic obfuscation