lhr0909 / PythonObfuscator

[DEPRECATED] An Obfuscator for simple Python 2 Scripts
MIT License
35 stars 16 forks source link

Cannot obfuscate the back slashes correctly #2

Closed lhr0909 closed 10 years ago

lhr0909 commented 11 years ago

Obfuscate

print '\\'

the obfuscator will run through, but the code will not run properly.

Any back slashes in nest quotes will have this problem, due to the nature of Python quotes. (might need a special procedure to inflate those back slashes in quotes)

lhr0909 commented 10 years ago

Should work for now.