Java Decompilers are available on the web. The decompiling accuracy of these Applications is very accurate. It even decompiles J2ME code as well as J2EE code.
Is there any way to prevent Java code from being decompiled?
I've heard of Packers that are usually used to reduce executable size and to protect source code from being disassembled. But Packers only exist for EXE Files right? Or do they work for .class files as well?
Protecting Java Source CodePrevent Decompiling.
Page 1 of 1
4 Replies - 2998 Views - Last Post: 07 January 2005 - 03:21 AM
Replies To: Protecting Java Source Code
#2
Re: Protecting Java Source Code
Posted 05 January 2005 - 10:00 AM
Check out this forum. It suggests some Java Obfuscators.
#4
Re: Protecting Java Source Code
Posted 05 January 2005 - 01:06 PM
Realize that while there are obfuscators you can still jad the code and get a pretty good idea what is going on. Additionally, you can end up hurting yourself as your stacktraces can be hard to read. For example, for a Siebel integration I'm doing the wingnuts at Siebel must have used an obfuscator:
So what is the problem? In this case, what the heck was the point of obfuscating the code as you've got to have Siebel for it to work anyway.
That may not be your case but be warned that you may have issues like this. If a customer sends you a stacktrace even you might not know where the problem happened!
at com.siebel.om.conmgr.e.a(Unknown Source) at com.siebel.om.conmgr.e.a(Unknown Source) at com.siebel.om.conmgr.d.d(Unknown Source) at com.siebel.om.om.b.a(Unknown Source) at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java)
So what is the problem? In this case, what the heck was the point of obfuscating the code as you've got to have Siebel for it to work anyway.
That may not be your case but be warned that you may have issues like this. If a customer sends you a stacktrace even you might not know where the problem happened!
This post has been edited by stdunbar: 05 January 2005 - 01:07 PM
#5
Re: Protecting Java Source Code
Posted 07 January 2005 - 03:21 AM
hmm...i never thought of that....interesting...
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|