Releases: rdbo/jnihook
Releases · rdbo/jnihook
JNIHook - v2.1
JNIHook - v2.0
After a long, long time, finally JNIHook v2 has arrived.
It uses a new hooking method that I came up with that should be significantly more performant and stable than the first one.
And the best part is, this method is surprisingly clean - for the most part, it is just intended Java/JVM behavior.
Tested on OpenJDK 8, 11, 17, 21 and 24. All working.
Enjoy!
JNIHook - v1.0
Initial release of JNIHook - a library for hooking Java methods natively from C/C++ using JNI
Tested on Windows and Linux (x64), on JDK8 and JDK17