¡@

Home 

java Programming Glossary: obfuscation

Do you obfuscate your commercial Java code?

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

degrade the performance of your application. java obfuscation share improve this question If you do obfuscate stay away..

Decompile an APK, modify it and then recompile it

http://stackoverflow.com/questions/12370326/decompile-an-apk-modify-it-and-then-recompile-it

lot of code My application is a basic a HelloWorld whitout obfuscation. java android decompiling recompile share improve this question..

How do you stop Proguard from removing type parameters?

http://stackoverflow.com/questions/12924425/how-do-you-stop-proguard-from-removing-type-parameters

code due to the type parameters being removed by Proguard obfuscation. Eliminating the obfuscation removes these issues. I have read.. being removed by Proguard obfuscation. Eliminating the obfuscation removes these issues. I have read through all of the ProGuard.. Libary 2 tries to use the doSomething method but after obfuscation the method returns an untyped list that generates the following..

Handling passwords used for auth in source code

http://stackoverflow.com/questions/12937641/handling-passwords-used-for-auth-in-source-code

is to apply other protection methods. For example applying obfuscation techniques to your to use compile to avoid even if shortly the..

Is it worth to obfuscate java web application? [closed]

http://stackoverflow.com/questions/1419474/is-it-worth-to-obfuscate-java-web-application

java web application and why java web applications obfuscation share improve this question No. The code is stored on the..

Java obfuscation - ProGuard/yGuard/other? [closed]

http://stackoverflow.com/questions/150653/java-obfuscation-proguard-yguard-other

obfuscation ProGuard yGuard other closed This is along similar lines as.. questions http stackoverflow.com questions 93290 best java obfuscation application for size reduction http stackoverflow.com questions.. please don't limit the discussion to that. java java me obfuscation proguard yguard share improve this question Proguard is..

How to protect Java codes against decompiler? [closed]

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

file will not contain need protected java codes. java obfuscation decompiling share improve this question You can't protect..

Is Java Code obfuscation actually effective vs decompilers?

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

Java Code obfuscation actually effective vs decompilers I am curious enough to considering.. effective enough to deterrent decompliation java obfuscation decompiling share improve this question are Java class obfuscators..

Best Java obfuscator? [closed]

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

engineer. What is the most reliable java obfuscator java obfuscation share improve this question First you really need to keep..

Java obfuscators [closed]

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

free it just needs to work well and be easy to use. java obfuscation share improve this question I use ProGuard heavily for all..

How to lock compiled Java classes to prevent decompilation?

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

Another possible solution not necessarily excluding the obfuscation is to use encrypted JAR files and a custom classloader that..

How to encrypt HTML+JS assets in Android Phonegap mobile app?

http://stackoverflow.com/questions/6160554/how-to-encrypt-htmljs-assets-in-android-phonegap-mobile-app

how to solve copy protection of my sources JS minification obfuscation etc.. but I found out that it's very simple to get to the original.. directory as it is. java android encryption phonegap obfuscation share improve this question Some time ago I have same problem..