How does Allatori obfuscate class files?
Allatori provides an unprecedented level of protection against Java code reverse engineering. Allatori uses all the “traditional” obfuscation techniques. It obfuscates debugging information and renames all possible method and field names. It is highly configurable so you can choose a given method or group of methods to be renamed or not. It is not limited to private methods. In addition, Allatori adds control flow obfuscation (breaking many reverse engineering tools outright) and string encryption to thwart easy access to revealing text in your program code.