java-agent-asm-javassist-sample icon indicating copy to clipboard operation
java-agent-asm-javassist-sample copied to clipboard

Sample maven project containing a Java agent and examples of bytecode manipulation with ASM and Javassist

Sample Java Agent and Bytecode manipulation

Sample maven project containing a Java agent and examples of bytecode manipulation with ASM and Javassist.

See article on my blog : http://tomsquest.com/blog/2014/01/intro-java-agent-and-bytecode-manipulation/

Build

$ # From the root dir
$ mvn package

Run

$ # From the root dir
$ java -javaagent:agent/target/agent-0.1-SNAPSHOT.jar -jar other/target/other-0.1-SNAPSHOT.jar