ProGuard is a free Java class file shrinker, optimizer, obfuscator, and
preverifier. It detects and removes unused classes, fields, methods, and
attributes. It optimizes bytecode and removes unused instructions. It
renames the remaining classes, fields,...
0 replies - 573 views - 12/21/11 by Eric Lafortune in Announcements
Original blog post:
0 replies - 3429 views - 04/18/11 by James Heggs in Articles
If you are developing a Java application, it is important to understand that the Java class files can be easily reverse-engineered using Java decompilers. In this article, let us explore how a Java class file is reverse-engineered and how to protect your...
7 replies - 27527 views - 06/17/08 by Ramesh Natarajan in Articles