An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with bytebuddy

A curated list of projects in awesome lists tagged with bytebuddy .

https://github.com/fuzhengwei/itstack-demo-bytecode

本专栏主要针对字节码编程系列知识栈进行编写文章学习。在字节码编程方便有三个比较常见的框架;ASM、Javassit、Byte-buddy,他们都可以使用自己的API方式进行字节码的插装,通过这样增强方法的方式就可以和Javaagent结合起来开发非入侵的全链路监控服务,以及做反射、中间件和混淆代码等

asm bytebuddy javaagent javassist

Last synced: 05 Apr 2025

https://github.com/kamon-io/kanela

The Kamon Instrumentation Agent

agent asm bytebuddy instrumentation java kamon scala

Last synced: 05 Apr 2025

https://github.com/tsarenkotxt/poc-spring-boot-dynamic-controller

Simple POC/draft of how to add a REST controller in Spring Boot at runtime.

bytebuddy spring-boot

Last synced: 05 Apr 2025

https://github.com/traffic-hunter/traffic_hunter

Traffic-Hunter is an APM (Application Performance Monitoring) tool designed for simple performance monitoring of small-scale projects.

bytebuddy grafana java javaagent metrics spring-boot timescaledb trace

Last synced: 20 Mar 2025

https://github.com/v5tech/javaagent-samples

java instrument samples

bytebuddy javaagent javassist

Last synced: 08 May 2025

https://github.com/vitberget/bb_sec_anno

Bytebuddy security annotation test

annotation bytebuddy enum java security threadlocal

Last synced: 13 Jun 2025

https://github.com/kaifuny/bytebuddy-example

Byte Buddy Example(官网没给代码,自己写了个)

bytebuddy example official sample

Last synced: 17 Mar 2025

https://github.com/olaf-otto/cglib-vs-bytebuddy-lazyloading-proxies

A JMH micro benchmark comparing cglib vs. ByteBuddy Lazy-Loading proxies.

bytebuddy cglib jmh-benchmarks lazy-loading microbenchmarks performance

Last synced: 27 Apr 2026

https://github.com/benslabbert/byte-buddy-maven-plugin-example

Providing a simple example of how to use ByteBuddy for compile time bytecode manipulation

byte-buddy bytebuddy java maven maven-plugin

Last synced: 10 Sep 2025

https://github.com/antkudruk/uniformfactory

Uniform Factory implements an Adapter pattern based on Reflection information. Normally, it generates adapters based on annotations. For each target class, it implements the common wrapper interface.

annotation-processor annotations bytebuddy bytecode bytecode-manipulation gradle-plugin java members-annotated reflection wrapper-interface

Last synced: 14 Jan 2026