Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 593 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 593 Bytes

Example Code for Javassist Talk on JavaLand 2018

These are simple examples presented in my talk on JavaLand 2018. The code is just meant to play with Javassist.

To use the Agent build the agent.jar with maven:

  $ mvn package

The agent.jar can then be found at agent/target/agent.jar.

Presentation Slides

The slides for the presentation in german: Bytecode-Manipulation leicht gemacht.