An open-source, free protector for Java classes using JavaResolver. https://github.com/CodeOfDark/JavaObfuscator
- StringEncoding
- ProxyCalls
- Outliner
- StringEncoding: Encode the string, based on Base64 method.
- ProxyCalls: hides references in to new methods.
- Outliner: Create a new method for each constant(strings, int, float).
JavaObfuscator.exe <path to .class file>
- Washi
for his JavaResolver Project https://github.com/Washi1337/JavaResolver
- CodeOfDark
It's Me!