Re: [OT] obsfucating struts web application

2005-12-12 Thread su mo
-Original Message- From: Raghu Kanchustambham [EMAIL PROTECTED] Sent: Dec 9, 2005 4:38 AM To: Struts Users Mailing List user@struts.apache.org Subject: Re: [OT] obsfucating struts web application Laurie.. are you sure this will work? Let us say i have a mapping that maps

Re: [OT] obsfucating struts web application

2005-12-12 Thread erikweber
Users Mailing List user@struts.apache.org, [EMAIL PROTECTED] Subject: Re: [OT] obsfucating struts web application Hey Erik... Just curious.. would you not have these problems at the inner layers too? Let us say ... I use Hibernate to persist my objects... since I would have to use xml mapping files

Re: [OT] obsfucating struts web application

2005-12-12 Thread Martin Gainty
] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, December 12, 2005 6:33 AM Subject: Re: [OT] obsfucating struts web application Hi - I tried this approach after my initial question My app uses dispatch action classes with parameter configured to method names. I have used ProGuard

Re: [OT] obsfucating struts web application

2005-12-12 Thread erikweber
] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, December 12, 2005 6:33 AM Subject: Re: [OT] obsfucating struts web application Hi - I tried this approach after my initial question My app uses dispatch action classes with parameter configured to method names. I have used

Re: [OT] obsfucating struts web application

2005-12-12 Thread su mo
Message - From: su mo [EMAIL PROTECTED] To: Struts Users Mailing List user@struts.apache.org Sent: Monday, December 12, 2005 6:33 AM Subject: Re: [OT] obsfucating struts web application Hi - I tried this approach after my initial question My app uses dispatch action classes

Re: [OT] obsfucating struts web application

2005-12-12 Thread Martin Gainty
Mailing List ; Martin Gainty Sent: Monday, December 12, 2005 9:40 AM Subject: Re: [OT] obsfucating struts web application If someone decompile the obsfucated classes which have log.debug, they can easily put the original names with obsfucated method names. and if they see the log

Re: [OT] obsfucating struts web application

2005-12-11 Thread Raghu Kanchustambham
, etc. In my opinion, it is well worth the price ($400 for a single license last time I checked). Erik -Original Message- From: Raghu Kanchustambham [EMAIL PROTECTED] Sent: Dec 9, 2005 4:38 AM To: Struts Users Mailing List user@struts.apache.org Subject: Re: [OT] obsfucating struts

Re: [OT] obsfucating struts web application

2005-12-09 Thread Raghu Kanchustambham
Laurie.. are you sure this will work? Let us say i have a mapping that maps to a TelephoneAction in my strus-config.xml... the class name will get 'garbled' after obfuscation. When a hit is made, the struts runtime will look up the TelephoneAction class to forward the request and notices there is

Re: [OT] obsfucating struts web application

2005-12-09 Thread erikweber
: [OT] obsfucating struts web application Laurie.. are you sure this will work? Let us say i have a mapping that maps to a TelephoneAction in my strus-config.xml... the class name will get 'garbled' after obfuscation. When a hit is made, the struts runtime will look up the TelephoneAction class

Re: [OT] obsfucating struts web application

2005-12-09 Thread Laurie Harper
I haven't used Java obfuscation tools so I can't say for sure, but I would expect them to somehow 'fix' the internal symbol tables in the obfuscated class files to account for all that. After all, if they didn't then anything that used reflection or introspection would be completely broken

Re: [OT] obsfucating struts web application

2005-11-19 Thread Laurie Harper
su mo wrote: Hi, I have STRUTS 1.2.7 based web application which I want to protect the decompilation of class files. I would like to obsfucate the code using JShrink or other obsfucating tools. I am wondering if anyone done this before to make the Struts 1.2.7 based web application work with

obsfucating struts web application

2005-11-18 Thread su mo
Hi, I have STRUTS 1.2.7 based web application which I want to protect the decompilation of class files. I would like to obsfucate the code using JShrink or other obsfucating tools. I am wondering if anyone done this before to make the Struts 1.2.7 based web application work with obsfucated class