Hnfull / Intensio-Obfuscator

Obfuscate a python code 2.x and 3.x
MIT License
625 stars 127 forks source link

Improve cases detection of import python file / lib in replace file name feature #30

Closed Hnfull closed 4 years ago

Hnfull commented 5 years ago

With [-rfn, --replacefilename] replace file name feature

Currently the type of import that work

 from dir.file import class
 from dir.file import function

Expected improvement

 from dir import file
 import file
Hnfull commented 4 years ago

feature abandoned (project not maintained anymore)