Are you interested in supporting code obfuscation for Django projects in the future?
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.
Hi, the speed of code obfucation is slow, and have you found this situation?
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.