crackmes.one

ALittlePatate's ShouldBeNormal

Author:
ALittlePatate

Language:
C/C++

Upload:
2026-08-06 20:11

Platform:
Unix/linux etc.

Difficulty:
3.5

Quality:
3.5

Arch:
x86-64

Downloads:
62

Size:
442.18 KB

Writeups:
1

Comments:
4

Description

Hello, I've been building my own bin2bin linux obfuscator/virtualizer/packer for quite some time. It's been going slowly but I think I've reached some stable point ? Anyway, I tried to push it to its absolute limit but i wouldn't be surprised to see that I missed obvious stuff. Let me know. usage: ./ShouldBeNormal password You should see a message indicating you've entered the good password. have fun

Labels ?

Anti-debugging Timing (rdtsc/GetTickCount) String / data encryption XOR TEA / XTEA (encryption) Self-modifying / runtime decrypt Code virtualization / VM Control-flow obfuscation Spaghetti / junk-branch Indirect / computed jumps & calls State machine / dispatcher Control-flow flattening (CFF) Anti-disassembly Junk / garbage bytes Opaque predicates Overlapping / misaligned instructions Import / API obfuscation Custom / generic obfuscation Anti-VM / sandbox