Need some ides

Guthridge

Junior Member
Joined
Apr 21, 2012
Messages
102
Reaction score
16
Im going to be building a site for a friend for a certain gaming niche. He is telling me i need to be able to do something called "allatori class obfuscation" If anyone can shine some light on what this is or how i can do it for him that would be awesome!
 
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.

http://lmgtfy.com/?q=allatori+class+obfuscation
 
Back
Top