// Find the given classname. First try the implied classloader, then the system classloader, // then use JVMTI to find all classloaders.
jclass GetClass(jvmtiEnv* jvmti_env, JNIEnv* env, constchar* class_name, jobject class_loader);
// Load the class through JNI. Inspect it, find all native methods. Construct the corresponding // mangled name, run dlsym and bind the method. // // This will abort on failure. void BindFunctions(jvmtiEnv* jvmti_env,
JNIEnv* env, constchar* class_name,
jobject class_loader = nullptr);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.