crackmes.one

werrec's LATTICE4

Author:
werrec

Language:
C/C++

Upload:
2026-09-20 16:01

Platform:
Windows

Difficulty:
4.0

Quality:
4.0

Arch:
x86-64

Downloads:
42

Size:
24.50 KB

Writeups:
0

Comments:
2

Description

A mathematical reverse engineering challenge with an encrypted second stage. Goal: Find the valid 16-character alphanumeric serial to satisfy the lattice constraints and reveal the flag. Format: 16 characters [0-9a-zA-Z] Notes: - No bloated VM, no commercial packer. - Stage 1 validates the prefix and derives the decryption key for Stage 2. - A debugger won't scream, but the salt will be poisoned. - SMT / Z3 or solid math modeling is strongly recommended. Good luck!

Labels ?

Anti-debugging Exception-based (SEH/VEH/INT2D) NtQueryInformationProcess TLS callback String / data encryption RC4 (encryption) Self-modifying / runtime decrypt Crypto / hash algorithm AES (crypto) Other / custom hash Control-flow obfuscation Exception / interrupt-based