Skip to main content
How To Filter JNI Interface in LLVM IR

JNIEnv ( aka const struct JNINativeInterface*, defined in jni.h ) provides a rich interface for accessing Java variables and methods in C/C++. All interfaces are members of struct.JNINativeInterface. You can read jni.h for more details.


ResearchC/C++JNIJavaLLVMAbout 2 minAbout 456 words