liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.43k stars 221 forks source link

multifile can not work will with "pyminifier --obfuscate-variables *.py" #106

Open ghking1 opened 6 years ago

ghking1 commented 6 years ago

image

I import globalvar.py in main.py, it can work will before minified, but can not reference variable correctly after minified.

lmapii commented 5 years ago

having the same issue, tried to use --obfuscate-variables instead of full obfuscation, but it wouldn't handle globals correctly (which works with -O). since the last commit is 2 years ago i guess this project is dead.