• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

how to do obfuscation on web applicaion

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi all,
I have tried to do obfuscation for my ERP web application which is developed in java 1.4 , struts 1.1,DB2 ver 9 and jboss. Finally i got proguard4.4.which is very good open source software I am able to do the obfuscation in proguard on simple classes. It has renamed my class name only no changes in business logic.

They have mentioned clearly how to do obfuscation with out changing the class name and method name ,but I was not able to select the correct keep option in obfuscation section. Also I have an ear ,you know which has jsps , action classes ,EJB, config file, xml ,jar files and so on….
For that I have to keep all class name and method without renaming.

What I have to do to keep to not changes class name and method name. Changes should be in business logic
Anybody done obfuscation on struts web application with proguard or any other software . I want to know whether it is possible or not.
Please help me
Please Excuse me for my worst English.

thanks,
kalai.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

but I was not able to select the correct keep option in obfuscation section


What does this mean? What exactly did you try, and how did or didn't it work?

Also, this being a server application, why are you using obfuscation in the first place?
 
basvaraj lu
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No ,First i have tried obfuscation in simple classes with proguard4.4.
its obfuscated successfully,also it has renamed class name only there is no changes in business logic and methods.

I want class and method name should be same which i had before obfuscation,i want the changes in business logic only.
i do not know how to do that even with simple java class.
please help me to do this.

if i do successfully only i can go forward on my web web application which is developed in what i have mentioned in previous mail.

very very thankful for your respons,
 
If you're gonna buy things, buy this thing and I get a fat kickback:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic