Skip to content
Boris Novichkov
ResumeGitHub ↗
ENRU
All work

C++ Obfuscator

Rewrites C++ source into something that still compiles and nobody wants to read

A source-to-source obfuscator for C++ written in Python — an early exercise in parsing a real language well enough to transform it without breaking the build.

Archived
Role
Author
Period
Apr 2020 — Dec 2020
Diagram: readable C++ on the left, the same code rewritten into unreadable identifiers on the right