yguard

Java obfuscation - ProGuard/yGuard/other?

This is along similar lines as these recent questions: http://stackoverflow.com/questions/93290/best-java-obfuscation-application-for-size-reduction http://stackoverflow.com/questions/149937/creating-non-reverse-engineerable-java-programs However, one ends up recommending yGuard and the other ProGuard but neither mention both. I wonder...

Use maven + yguard

Has anybody used maven and yguard for obfuscating jar files?How to do so? ...

How obfuscate part of code?

Hi! I try to obfuscate my project, but not all code. I try obfuscate only code from 1 package. How can i do it in yguard (or somewhere else, proguard?)? Thanks! ...