From 13ef572c3128c573f45d9c7798f0587dabb0bf6e Mon Sep 17 00:00:00 2001 From: gandrianakis Date: Wed, 9 Sep 2015 17:49:33 +0300 Subject: [PATCH] Added the byteman library which falls under the bytecode manipulation category but is distinct in purpose from the tools already mentioned --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 911ae01..a8357c6 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [ASM](http://asm.ow2.org/) - All purpose, low level, bytecode manipulation and analysis. * [Byte Buddy](http://bytebuddy.net/) - Further simplifies bytecode generation with a fluent API. +* [Byteman](http://byteman.jboss.org/) - Manipulate bytecode at runtime via DSL (rules) mainly for testing/troubleshooting. * [Javassist](http://jboss-javassist.github.io/javassist) - Tries to simplify the editing of bytecode. ## Cluster Management