» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with bytecode + tool

"bcel" = java ByteCode engineering (class creation) library

The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of

opensource: del.icio.us tag/opensource

ProGuard

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, a

opensource: del.icio.us tag/opensource

BCEL - The Byte Code Engineering Library

Intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and

opensource: del.icio.us tag/opensource