python-obfuscator
python-obfuscator copied to clipboard
no string or function name obfuscation
I tried to obfuscate a simple hellow world script: in the output: I simply made a regX search for .* = .* then replace all matches with nothing the remaining code was my actual deobfuscate code and empty lines