proguard questions
... 2 preverify the class files; 3 pack *.class file into .jar one. 4 proguard runs, it obfuscates *.class files and leave the file name ofproguard questions black hi all~ i'm j2me a developer. minutes ago i downloaded ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/21216
ProGuard 2.0 released
... most visible new feature is the optional graphical user interface to ProGuard. With this GUI, users can create, load, modify, and save ProGuard configurations. They can then process their code right away, or run ProGuard from the command line using saved configurations. Of course, the ...
http://www.javakb.com/Uwe/Threads/Article.aspx/java-announce/200
Problem using ProGuard
... Problem using ProGuard paramindsoftware@gmail.com Hello. I'm having trouble obfuscating my jar file using ProGuard 3.9. My proguard.pro file looks like this: --------------------------------------------------------------------- -injars JParaMindAndDictStandard.jar -outjars JParaMindAndDict.jar -libraryjars <java.home>/lib ... java.lang.String[]); } --------------------------------------------------------------------- And when I call "java -jar C:\proguard3.9\lib\proguard.jar @ ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/36618
J2ME, How to package/protect souce code?
... berger@libertycontact.fr> ???g???l???s?D:d308l7$3j0$1@news.tiscali.fr... Daniel Dyer Proguard ( http://proguard.sourceforge.net ) is a good, free obfuscator. Dan. Boki You are the ... regards, Boki. "Daniel Dyer" <dan@footballnospamformepleasepredictions.net> ???????:op.sosznkup3rnoah@cgl0517.chaucer.co.uk... Darryl Pierce ProGuard ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/5540
Any Java Class Obfuscators Meet These Requirements?
... that comes close to meeting the requirements shown above? Daniel Dyer Proguard ( http://proguard.sourceforge.net ) is my obfuscator of choice, it seems to meet ... run standalone with a configuration file or from within an Ant build script. Proguard ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/20013
obfuscator for j2me apps
... and i downloaded it and type command as following: %JDK_PATH%\java -jar proguard.jar @proguard.pro when running it just report an error which said system can not find the ... while i have one for midp2 in handy, any help ? dnasmars ProGuard ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/21205
Which is the best java code obfuscator tool ?
... to the person who will decompile, there are two well-known free products: - Retroguard - Proguard I personnally use proguard, as it looks to create smaller classes, and optimize quite well ...
http://www.javakb.com/Uwe/Forum.aspx/java-setup/2898
Cleaning up - unused variables, classes, etc.
... a very helpful tool. Morten Nørgaard Morten Nørgaard skrev: Turns out the proguard obcuscator is adept at discovering dead code, actually. Morten Nørgaard Morten Nørgaard skrev: P.S. In ... a class file shrinker and optimizer. Always liked this open source project. http://proguard
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/29495
Obfuscators and jar files
... right the errors I've mentioned above? Regards SS Ed Kirwan Pretty reliable: http://proguard.sourceforge.net/ javadev Thanks Ed, will try Proguard. -SS javadev I tried ProGuard and it did give me a working output!!! But when I ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/26317
Recommendation for a Java Obfuscator
... and I knew Open Source would come through. This lead me to ProGuard which was actually spawned from RetroGuard. And, seeing as it's licensed under ...
http://www.javakb.com/Uwe/Forum.aspx/java-programmer/26339