Skip to content

iarjunsk/java-bytecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java ByteCode Manipulation

ASM

ASM Doesn't mean anything. It is taken from asm keyword in C.

OW2 ASM

This library provides API to modify Java Bytecode.

  1. Book

Visitor Design Pattern

OW2 ASM Library uses Visitor pattern in its Event Driven API's.

  1. Tutorial

CG LIB

aka Code Generation Library, is mainly used for creating proxy classes. It is based on OW2 ASM.

  1. Tutorial