Added Byte Buddy to Bytecode Manipulation

This commit is contained in:
Kevin Deenanauth
2014-11-20 23:27:14 -08:00
parent 9a16b33b3a
commit d503035184

View File

@ -62,6 +62,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis. * [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis.
* [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode. * [Javassist](http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/) - Tries to simplify the editing of bytecode.
* [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API.
## Code Analysis ## Code Analysis