If someone can get your .class file - someone can reverse engineer it.
Obfuscating will slow someone down, not prevent.
If people only have access via web browser, then only server side code
is being executed and people can never see your binaries on your server
so the only way to reverse engineer is to use a black box approach -
which is typically LOTS harder to get right.
-Tim
Jeng Yu wrote:
Hi All,
I just wanted to know if I can first obfuscate my
selvlet
with ProGuard before I deploy it in Tomcat
environment.
Will doing this really protect my servlet and make it
really difficult for someone to reverse engineer or
decompile it, as people seem to say?
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]