diff options
Diffstat (limited to 'runtime/openjdkjvmti/README.md')
| -rw-r--r-- | runtime/openjdkjvmti/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/openjdkjvmti/README.md b/runtime/openjdkjvmti/README.md new file mode 100644 index 0000000000..b8bab573d1 --- /dev/null +++ b/runtime/openjdkjvmti/README.md @@ -0,0 +1,7 @@ +openjdkjvmti plugin +==== + +This is a partial implementation of the JVMTI v1.2 interface for the android +runtime as a plugin. This allows the use of agents that can modify the running +state of the program by modifying dex files in memory and performing other +operations on the global runtime state. |