Intensio-Obfuscator icon indicating copy to clipboard operation
Intensio-Obfuscator copied to clipboard

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

Open MyGodOnLoad opened this issue 4 years ago • 2 comments

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.

MyGodOnLoad avatar Jan 15 '21 01:01 MyGodOnLoad

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

zhailiansen avatar Jan 19 '21 11:01 zhailiansen

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.

MyGodOnLoad avatar Jan 22 '21 10:01 MyGodOnLoad