» tagged pages
» logout

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

Javassist

Javassist (Java Programming Assistant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java programs to define a new class at runtime and to modify a class file when the JVM loads it.

opensource: del.icio.us tag/opensource

Jasmin is an assembler for the Java Virtual Machine.

"Jasmin is an assembler for the Java Virtual Machine. It takes ASCII descriptions of Java classes, written in a simple assembler-like syntax using the Java Virtual Machine instruction set. It converts them into binary Java class files, suitable for loadin

opensource: del.icio.us tag/opensource

"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

Janino -- an Embedded Java[TM] Compiler

Janino is a compiler that reads a JavaTM expression, block, class body, source file or a set of source files, and generates JavaTM bytecode that is loaded and executed directly.

open-source: del.icio.us tag/open-source

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

Retroweaver

Genera bytecode de 1.4 a partir de fuentes de Java 1.5

opensource: del.icio.us tag/opensource

Free Eclipse plugins by Andrei Loskutov

FileSync, Bytecode Outline, AnyEdit, JDepend, BranchView, Hidden Heap Status plugins for Eclipse

Eclipse: del.icio.us/tag/eclipse

Bitwise Optimization in Java - Bitfields, Bitboards, and Beyond (www.onjava.com)

Shows examples of how to perform bit operations in Java and points to an Eclipse plugin called ByteCode Outline.

Eclipse: del.icio.us/tag/eclipse

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

ASM - Home Page

ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time

opensource: del.icio.us tag/opensource

Page 1 | Next >>