# javaAgent **Repository Path**: hunter_codedak/javaAgent ## Basic Information - **Project Name**: javaAgent - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-03-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > Java字节码系列 1:[Java字节码1-Agent简单上手](http://blog.csdn.net/f59130/article/details/78367045) 2: [Java字节码2-instrument初体验](http://blog.csdn.net/f59130/article/details/78481594) 3: [Java字节码3-使用ByteBuddy实现一个Java-Agent](http://blog.csdn.net/f59130/article/details/78494572) 4: [Java字节码4-使用Java-Agent实现一个JVM监控工具](http://blog.csdn.net/f59130/article/details/78733699) 其中模块 `first-agent` 为文章1 的代码,测试代码在其test中。运行时加上 VM options。 其中模块 `first-instrument` 为文章2 的代码,测试代码在其test中。运行时加上 VM options。 其中模块 `first-bytebuddy` 为文章3 的代码,测试代码在其test中。运行时加上 VM options。 其中模块 `first-jvm-hook` 为文章4 的代码,测试代码在其test中。运行时加上 VM options。