Miguel Angel
Posts: 2
Nickname: strozzi
Registered: Jun, 2002
|
|
Re: How do i protect decompile.
|
Posted: Jun 5, 2002 5:00 AM
|
|
You can simply add build targets that use Jode to create obfuscated JAR files in a different delivery directory But If your only target platform is Windows, you may native compile your app - optimized Pentium code is much less comprehensible than Java bytecode (even if obfuscated). Still, an experienced person shall be able to reverse engineer your app but that would take him/her much,much more time.
So, if you are planning on selling a very expensive product, I don't know what to advise you, because with lots of effort your program can be de-compiled and reused that way.
|
|