Java Dynamic Instrumentation #2
Continuing from Java Dynamic Instrumentation #1, this post will cover some more advanced features of the Javassist API. In the previous post, we went over the ClassPool, CtClass, and CtMethod classes and how to add code to the beginning and end of a method. In this post, we will cover