¡@

Home 

java Programming Glossary: obfuscators

Do you obfuscate your commercial Java code?

http://stackoverflow.com/questions/12088/do-you-obfuscate-your-commercial-java-code

Java code I wonder if anyone uses commercial free java obfuscators on his own commercial product. I know only about one project.. improve this question If you do obfuscate stay away from obfuscators that modify the code by changing code flow and or adding exception..

Is Java Code obfuscation actually effective vs decompilers?

http://stackoverflow.com/questions/2242055/is-java-code-obfuscation-actually-effective-vs-decompilers

given enough time so what I am asking is are Java class obfuscators effective enough to deterrent decompliation java obfuscation.. decompiling share improve this question are Java class obfuscators effective enough to deterrent decompliation I would say no ...

Java obfuscators [closed]

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

obfuscators closed I'm looking for a good Java obfuscator. I've done initial.. 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

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 unused..