Del-Tango / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

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.

License:GNU General Public License v3.0


Languages

Language:Python 50.2%Language:Shell 49.8%