1openjdkjvmti plugin
2====
3
4This is a partial implementation of the JVMTI v1.2 interface for the android
5runtime as a plugin. This allows the use of agents that can modify the running
6state of the program by modifying dex files in memory and performing other
7operations on the global runtime state.
8