|
It obfuscates source code(java) variables and methods. It protects name integrity across packages. This is my newest project. It has a few code writing rules that must be followed in order to function properly (the rules can be found at the top of the source code file named obfuscator/ObfuscateSources.java). One specific that I will mention now is that the option -noverify must be used at the command prompt when executing the obfuscator. I will remove them when time allows it.
|