Skip to content

Releases: rdbo/jnihook

JNIHook - v2.1

06 Mar 18:58
cf16e6c

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0...2.1

JNIHook - v2.0

05 Mar 23:17
fa1019e

Choose a tag to compare

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

19 Dec 16:22
206c1d1

Choose a tag to compare

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