I want to hide the tool I used to create an .exe file. I am not doing anything illegal, I just want to protect my intellectual property from being copied. If I open the exe file in a text editor I see
What I have done is I have taken the class-files from my eclipse project and run them trough an optimizer/obfuscator. So I now have optimized class-files that I want to get in the form of an apk so I
I try to obfusca开发者_如何学Gote my project, but not all code. I try obfuscate only code from 1 package.
This question already has answers here: Closed 12 years ago. Possible Duplicate: Best Java obfuscator ? Well, I\'m planning on releasing a Jar into the world but would prefer if the code
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
In my models I often use text fields that are intended to contain large pieces of textile-formatted input. I\'d like to automatically obfuscate any email addresses that are entered into these text fie
Has anybody used maven and yguard for obfuscating jar files开发者_开发问答?How to do so?I have done obfuscation using yguard in Maven. I have used the maven ant run plugin to run the ant tasks.
Im trying to obfuscate a Java MIDlet with proguard. It runs ok on the PC, however, when I run it on the phone, the program opens, connects to the server, and then freezes. If I disable obfuscation, it
I want to know, how to make my html file code to encrypted? So that if normal user see the code, then they don\'t开发者_如何学C understand the code?I don\'t remember how I did it, but I was just read