Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-19 Thread Adligo
Hi, I would use the i_log commons logging port that I wrote, send your errors (Exceptions and other log messages) through http to a server side log file through a servlet , log4j and/or email to them to your email account. You should at least be able to determine the Class name where your

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread MN
i know this, but this is not possible. i have a running system with obfuscated code and get sometimes error messages from user. now i need to assign this to the real code. unobfuscated (detailed) code to place on the production system is not the solution. is there any other solution? On 17

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread Thomas Broyer
On 18 mar, 10:24, MN nietz...@gmail.com wrote: i have a running system with obfuscated code and get sometimes error messages from user. now i need to assign this to the real code. unobfuscated (detailed) code to place on the production system is not the solution. is there any other

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread MN
i just googled around this SOYC feature in the trunc, but in a sample output of soyc-vis i dont see this mappings: http://code.google.com/p/google-web-toolkit/source/browse/changes/kprobst/soyc-vis/?r=4195 maybe there is more of information in the xml file (in sampleInput- folder): in the last

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread Thomas Broyer
On 18 mar, 12:43, MN nietz...@gmail.com wrote: i just googled around this SOYC feature in the trunc, but in a sample output of soyc-vis i dont see this mappings: http://code.google.com/p/google-web-toolkit/source/browse/changes/kpr... maybe there is more of information in the xml file (in

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-18 Thread Thomas Broyer
On 18 mar, 15:08, Thomas Broyer t.bro...@gmail.com wrote: On 18 mar, 12:43, MN nietz...@gmail.com wrote: i just googled around this SOYC feature in the trunc, but in a sample output of soyc-vis i dont see this mappings:

Re: How i found the real name of a obfuscated function? How i find the code lines?

2009-03-17 Thread Marcelo Emanoel B. Diniz
You can disable obfuscation by putting -style PRETTY on the compiler command line On Mar 17, 3:06 pm, MN nietz...@gmail.com wrote: I have a error message from a user. but i have only some obfuscated code for the stacktrace. is there a change to get the realnames method names from this? is