Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 169 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 169 Bytes

jvmti-sample

The simple Java native agent written by rust.

Build and Run

$ cargo build
$ java -agentpath:./target/debug/libjvmti_sample.dylib -version