crackmes.one

noname_User's Unbreakable Python? My Custom Obfuscation Engine

Author:
noname_User

Language:
Python

Upload:
2026-02-23 07:49

Platform:
Windows

Difficulty:
2.0

Quality:
4.0

Arch:
other

Downloads:
386

Size:
5.95 KB

Writeups:
0

Comments:
2

Description

I created this custom obfuscation engine for Python to test reverse engineering skills. It features a unique 7-layer protection: Obfuscated Shell (Indirect calls) Hybrid RSA + AES-256 (Key derivation) Chaos VM (Hardware-bound logic) Anti-Analysis (Anti-Debug & Anti-VM) Integrity Self-Check (SHA-256) MBA & Junk Code Control Flow Flattening (CFF) The Goal: Can you bypass all layers and find the core logic? Note: This is my original work. No commercial protectors were used. Language : python Input: No input required Output: "An RGB 'noname' text effect in the console.

Labels ?

Anti-debugging String / data encryption XOR Base64 (encryption) AES (encryption) Packer MPRESS Crypto / hash algorithm Base64 (crypto) RSA AES (crypto) SHA-256 Code virtualization / VM Control-flow obfuscation Control-flow flattening (CFF) Anti-disassembly Junk / garbage bytes Anti-tamper / integrity Custom / generic obfuscation Anti-VM / sandbox