typedef const struct JNIInvokeInterface *JavaVM;
const struct JNIInvokeInterface ... = {
NULL, // 0
NULL, // 1
NULL, // 2
DestroyJavaVM, // 3
AttachCurrentThread, // 4
DetachCurrentThread, // 5
GetEnv, // 6
AttachCurrentThreadAsDaemon // 7
};
Reference: https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/invocation.html
'분석' 카테고리의 다른 글
| [JAVA] JNI Native Interface (0) | 2026.01.01 |
|---|