Author
java obfuscator
William Richards
Ranch Hand
Joined: Mar 27, 2009
Posts: 37
You can stop your jave code from being decompiled through obfuscation, correct?
Can anyone recommend a good java obfscator which I can use to stop my java source from being decompiled?
Can anyone recommend any bad ones so that I may avoid them.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35446
posted Dec 22, 2009 02:47:45
0
ProGuard (on SourceForge) is a good open source one. There are also commercial options (like Allatori, DashO, Smokescreen) that may work better than any of the free ones. And no, ultimately obfuscators can not stop the decompilation.
Android apps – ImageJ plugins – Java web charts
William Richards
Ranch Hand
Joined: Mar 27, 2009
Posts: 37
So what can be used to stop decompilation?
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Dec 22, 2009 05:10:18
0
That doesn't stop decompilation either (in fact, reverse engineering used to be a job of mine, primarily for resolving patent disputes).
It's difficult.
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15230
William Richards wrote: So what can be used to stop decompilation?
Nothing.
Here is a link to many different obfuscators.
http://java-source.net/open-source/obfuscators
subject: java obfuscator