jvmti-rs 0.17.0

Rust bindings to the JVMTI
Documentation

JVMTI Bindings for Rust

This project provides complete JVMTI bindings for Rust

Warning

The project is currently only available for testing.

Example

cd example
make // TODO

Thanks

TODO

  • Simplify JVMTIEnv functions, learn & use design for jni-rs#descriptors
  • Check all functions to ensure that the memory is released correctly [jvmti docs]
    • GetJNIFunctionTable: Untreated
  • Rich test cases
  • Read and parse loaded class files, by rust-jvmti
  • Generate byte code from loaded or created class files, by rust-jvmti
  • JVM byte code instrumentation/transformation

License