Java obfuscation - ProGuard/yGuard/other? -


this along similar lines these recent questions:

best java obfuscation application size reduction creating non-reverse-engineerable java programs

however, 1 ends recommending yguard , other proguard neither mention both. wonder if comparison of each 1 , hear peoples experiences both sides of fence. looking @ comparison chart on proguard website angled towards proguard. real-world experience of each - 1 produces smaller output? 1 harder decompile from? java versions supported each?

personally i'm particularly interested j2me point of view please don't limit discussion that.

proguard better product; if take time go through settings j2me.

specifically j2me there far better (commercial) product called mbooster

i've been getting around 25% improvement in size on application after been through proguard. better zip compression on jar file , comprehensive support class merging , preverification.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -