dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Jvm-proxy like functionality to fake-jni

Matthewacon opened this issue · comments

Allow users to attach to a full implementation of the Jvm and intercept all JNI invocations to add the default functionality provided by fake-jni.