Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
3answers
4k views

Java obfuscation - ProGuard/yGuard/other?

This is along similar lines as these recent questions: http://stackoverflow.com/questions/93290/best-java-obfuscation-application-for-size-reduction ...
4
votes
1answer
347 views

Using yGuard to obfuscate library in Eclipse

I'm currently developing a Java library of my own to be used in other apps in my office, and I'm exploring ways of obfuscating the library itself. I'm working with Eclipse Indigo, and am using yGuard ...
2
votes
2answers
244 views

How to Obfuscate my web application project.war using Ant & YGuard?

We developed a web application (struts 1.x/Hibernate based) for which I built a war file using ANT build script. Now, my company wants me to obfuscate the .classes files before generating a war ...
1
vote
0answers
29 views

How to include obfuscated jar file into a war file

In my web application, to obfuscate the source code, i used yGuard and got an obfuscated jar file. Now i placed this jar file into the WEB-INF/lib folder (as my jsp files have reference to the java ...
1
vote
1answer
198 views

How obfuscate part of code?

I try to obfuscate my project, but not all code. I try obfuscate only code from 1 package. How can i do it in yguard (or somewhere else, proguard?)? Thanks!
0
votes
1answer
27 views

Is it possible to manage logs through Obfuscation with yGuard?

I obfuscated a java web application and I ran into some trouble as below: I have alot of uresolved external classes even though I have included in the ant build xml the external jar this way: ...
0
votes
1answer
58 views

Include outside files to receive the libraries renaming?

Using yguard I am obfuscating a project and I would like to know IF it is possible to include files outside the building to receive only the libraries and functions new naming schema ? For example, I ...
0
votes
1answer
453 views

Use maven + yguard

Has anybody used maven and yguard for obfuscating jar files?How to do so?