| Author |
Prevent java class to Decompile
|
ashish jadhav
Ranch Hand
Joined: Nov 20, 2008
Posts: 62
|
|
Hi,
Can anybody tell me , Is there any way to prevent the java class to decompile ??
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
|
posted

0
|
|
Ultimately, no. You can make it harder by employing various tricks, but a determined attacker will be able to prevail.
|
Android apps – ImageJ plugins – Java web charts
|
 |
ashish jadhav
Ranch Hand
Joined: Nov 20, 2008
Posts: 62
|
|
Thanks for your response. But, i still want to know this tricks.
Please can you elaborate on how to employ this tricks
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8439
|
|
This is one way
http://en.wikipedia.org/wiki/Obfuscated_code
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35249
|
posted

0
|
|
Several steps you could take (most of which are not applet-specific) are outlined in http://faq.javaranch.com/java/AppletsFaq#decompilation
|
 |
ashish jadhav
Ranch Hand
Joined: Nov 20, 2008
Posts: 62
|
|
|
Thanks for help!!!
|
 |
 |
|
|
subject: Prevent java class to Decompile
|
|
|