Obfuscate
A Python obfuscator using Python's abstract Syntax trees to change all variable names to different Unicode variations of X.
Install / Use
/learn @pascscha/ObfuscateREADME
Obfuscator
Silly and simple python obfuscator replacing as much as it can with different "X" unicode caracters.
Usage:
./obfuscator.py <infile> <outfile>
for example:
./obfuscator.py printX.py x.py
