Sunday, December 23, 2007

Avoid your IP stolen through Java Decompilers!

How to protect you Intellectual Property of java source code[even in compiled format] in a way that cannot be deompiled fully and stolen

As an example, do not provide your build compiled with debug options. Class files compiled with debug options provides more info on bytecode which facilitates easy decompilation

No comments: