blob: b8bab573d1fdc8bee41633f2e369c718a0a070a9 [file] [log] [blame] [view]
Alex Light49948e92016-08-11 15:35:28 -07001openjdkjvmti 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.