Hnfull / Intensio-Obfuscator

Obfuscate a python code 2.x and 3.x
MIT License
624 stars 129 forks source link

Are you interested in supporting code obfuscation for Django projects in the future? #66

Open MyGodOnLoad opened 3 years ago

MyGodOnLoad commented 3 years ago

I'm trying to confuse the Django project code.I made changes based on this tool, but I didn't get anywhere in replace string to string mixed obfuscation feature. I can't solve the problem that the function of a class defined in the project has the same name as the function of a class imported by a third-party package.

zhailiansen commented 3 years ago

Hi, the speed of code obfucation is slow, and have you found this situation?

MyGodOnLoad commented 3 years ago

Hi, the speed of code obfucation is slow, and have you found this situation?

yes, too many loops in replace string to string mixed obfuscation feature.Maybe you can change it to reduce loops . So here's my solution, only replace classes/fuction/variable imported and defined in this file.