/WarFactory-Obfuscator

Source Code Obfuscator (currently supports Python3 only) - It changes the signature of programs without affecting functionality, while also making it incredibly difficult for it to be understood by humans. This is achieved by scrambling the declared variable, function, argument and class names in the source files, while retaining the program structure.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0