Alex Light | 49948e9 | 2016-08-11 15:35:28 -0700 | [diff] [blame] | 1 | openjdkjvmti plugin |
2 | ==== | ||||
3 | |||||
4 | This is a partial implementation of the JVMTI v1.2 interface for the android | ||||
5 | runtime as a plugin. This allows the use of agents that can modify the running | ||||
6 | state of the program by modifying dex files in memory and performing other | ||||
7 | operations on the global runtime state. |