Aleksandr Tokarev
Company: Yandex
I will tell you about a method we invented to change the bytecode of a class while it is being loaded into JVM memory. I will show how to put a hook on classloader
using javaagent
, and how you can modify bytecode at a high level of abstraction using the Javaassist library.
Company: Yandex
Company: Positive Technologies