Results 1 to 6 of 6
- 10-06-2008, 08:53 PM #1
Member
- Join Date
- Oct 2008
- Posts
- 31
- Rep Power
- 0
Recommendations for Code obfuscation
Can anyone suggest a reliable free Code obfuscation software which we can utilize to safeguard our java source de-compilation.
Live life king size
[Lucene]
- 10-06-2008, 08:54 PM #2
Member
- Join Date
- Oct 2008
- Location
- US
- Posts
- 58
- Rep Power
- 0
We have used Proguard for obfuscation, it does a good job obfuscating as well as doing optimization.
Below article has some information and pointers to the topic Techniques Beyond Java Obfuscation
Hope this helps.
____________________________________________
Software Wiki | Interview FAQs | Lucene Search | Oracle | ORM | Struts2 | Job SeekerHave fun....
JAVA FAQs
- 10-06-2008, 10:14 PM #3
Don't bother. While there are obfuscators out there, what do you think it will really do?
If you deliver your bytecode, someone can decompile it. Get used to it.
If you want to protect your source, don't deliver the code, run it as a service.
Obfuscators are weak attempts at DRM, and we all know that every attempt at DRM has failed.
- 10-15-2008, 01:37 AM #4
Member
- Join Date
- Oct 2008
- Posts
- 31
- Rep Power
- 0
But what if the software need to run on standalone basis. Should there be any way?
Live life king size
[Lucene]
- 10-15-2008, 01:45 AM #5
Write your code in C or assembly.
You simply can't do it in Java. You can pretend to do it. But its impossible to do it robustly.
- 10-15-2008, 04:44 PM #6
Senior Member
- Join Date
- Sep 2008
- Posts
- 135
- Rep Power
- 0
Why bother? What are you hoping to achieve by obfuscation? Unless you've got some marvellous new algorithm or something to keep protected - in which case your first port of call is get a lawyer - then it's not worth the bother. It won't protect your code from piracy, it will only slow down rather than prevent reverse-engineering of your code, and, most importantly, it does nothing to prevent people stealing your ideas, since they can see what your software actually does, simply by using it!
Yeh, obfuscators apparently have some beneficial side-effects if you're deploying to mobile devices, but code obfuscation itself is rarely necessary, if you actually think about it. Just look at the massive amount of top-quality open-source software available, to see how little other people care about this
Similar Threads
-
my first jsp code
By munna_dude in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 04-29-2008, 09:14 AM -
I need help fixing my code.. or non code?
By MrHuggykins in forum New To JavaReplies: 1Last Post: 03-19-2008, 10:12 PM -
I need help on my code
By jason27131 in forum New To JavaReplies: 4Last Post: 07-28-2007, 04:23 AM -
tic tac toe code
By zoe in forum New To JavaReplies: 1Last Post: 07-23-2007, 04:36 PM -
Generating Code Automatically Using Custom code Template In Eclipse
By JavaForums in forum EclipseReplies: 1Last Post: 04-26-2007, 03:52 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks