python-obfuscator icon indicating copy to clipboard operation
python-obfuscator copied to clipboard

no string or function name obfuscation

Open ibrahemesam opened this issue 2 years ago • 0 comments

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

ibrahemesam avatar Oct 05 '22 16:10 ibrahemesam