¡@

Home 

java Programming Glossary: obfuscator

How to protect Java codes against decompiler? [closed]

http://stackoverflow.com/questions/1879061/how-to-protect-java-codes-against-decompiler

and maybe there is no ending. Usually there are two ways obfuscator and customized classloader. Is there any mature solution or.. is helpful to me. To make a conclusion I will give up any obfuscator or customized classloader with encryption things. Because finally..

Best Java obfuscator? [closed]

http://stackoverflow.com/questions/2537568/best-java-obfuscator

Java obfuscator closed I am developing a security software and want to obfuscate.. to reverse engineer. What is the most reliable java obfuscator java obfuscation share improve this question First you..

Java obfuscators [closed]

http://stackoverflow.com/questions/310533/java-obfuscators

obfuscators closed I'm looking for a good Java obfuscator. I've done initial.. obfuscators closed I'm looking for a good Java obfuscator. I've done initial research into the following Java obfuscators.. I've done initial research into the following Java obfuscators proguard yguard retroguard dasho allatori jshrink smokescreen..

How to lock compiled Java classes to prevent decompilation?

http://stackoverflow.com/questions/49379/how-to-lock-compiled-java-classes-to-prevent-decompilation

conclusion after referring them. Many people do suggest obfuscator but they just do renaming of classes methods and fields with.. this question Some of the more advanced Java bytecode obfuscators do much more than just class name mangling. Zelix KlassMaster.. works as an excellent code optimizer... Also many of the obfuscators are also able to scramble your string constants and remove..

How to encrypt a .jar file

http://stackoverflow.com/questions/7187883/how-to-encrypt-a-jar-file

it. Maybe you can increase security of your code using an obfuscator but it will eventually protect make it harder but not impossible..

Having difficulties dealing proguard with spring

http://stackoverflow.com/questions/8970505/having-difficulties-dealing-proguard-with-spring

are likely to be broken by the transformations that a obfuscator performs on the class files. For instance any place where an.. to the name of another class or method will break if the obfuscator replaces the class method name. My advice would be to give up..