Payne-SO
Payne is a Source-code Obfuscator that can obfuscate the source code of any language.
The tool's source code parser is configured from a text-based "language-definition file" that defines the syntax of the language being used. This means the tool can be used to obfuscate source code written in any language.
Payne has the ability to:
The tool's source code parser is configured from a text-based "language-definition file" that defines the syntax of the language being used. This means the tool can be used to obfuscate source code written in any language.
Payne has the ability to:
- remove un-necessary white-space
- remove commments
- remove end-of-line characters
- disguise the names of identifiers
The Obfuscation algorithm was developed in 2001, written in Java.
I am still to confirm the design of the GUI, which may have knock-on effects on the developed code.
I am still to confirm the design of the GUI, which may have knock-on effects on the developed code.