» more
» more
» more
» more
» more

Obfuscators

J2ME Optimization Tips and Tools
If you've written any applications for the Java 2 Platform, Micro Edition (J2ME) you already understand many of the challenges of writing for small devices. ...
http://developers.sun.com/techtopics/mobility/midp/ttips/opt

RetroGuard Java Obfuscator - Retrologic
To determine which classes are to be obfuscated, most obfuscators start at a single ... If your Java code has multiple entry points (several applications, ...
http://www.retrologic.com/retroguard-faq.html

Java decompilers compared
In essence, obfuscators remove all non-essential symbolic information from your class ... a characteristic shared by many standalone Java applications. ...
http://www.javaworld.com/javaworld/jw-07-1997/jw-07-decompil

Java FAQ's site best links collection : Computers : Programming ...
JavaWorld - Java Application Security Open in a new browser window - Article that examines the foundation of Java security, including virtual machine and ...
http://javafaq.nu/best_sites/index.php?c=/Computers/Programm

Open Source Web Frameworks in Java
Jaffa (Java Application Framework For All) is an enterprise-focused Java framework for ... It provides a complete Java Web application development stack, ...
http://java-source.net/open-source/web-frameworks

java.net: The New Obfuscation
Interestingly, obfuscators have evolved as full static analyzers of Java ... For one thing, many obfuscators are also application-packaging systems that ...
http://today.java.net/pub/a/today/2004/10/22/obfuscation.htm

Converting a Java application into an exe file
The bottom line is that for most applications, Java running on a VM is pretty ... Java byte-code can be decompiled pretty easily, and even obfuscators can ...
http://www.yoda.arachsys.com/java/javaexe.html

Covert Java: Obfuscating Classes
Knowing the Best Obfuscators. Potential Problems and Common Solutions. Using Zelix KlassMaster to Obfuscate a Chat Application. Cracking Obfuscated Code ...
http://www.quepublishing.com/articles/article.asp?p=174368

Frequently asked questions
Does NativeJ compile my Java application into native code? No, NativeJ generates a Win32 EXE that will launch your Java application using the JVM. ...
http://www.dobysoft.com/products/nativej/help/html/faq.html

Use Obfuscation to Improve the Size, Performance, and Security of ...
Are you working too hard to improve the footprint and performance of your J2ME application? Perhaps you have overlooked a readily available Java tool.
http://www.devx.com/wireless/Article/28989/1763