|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <jni.h>
Public Attributes | |
| void * | reserved0 |
| void * | reserved1 |
| void * | reserved2 |
| jint(* | DestroyJavaVM )(JavaVM *) |
| jint(* | AttachCurrentThread )(JavaVM *, JNIEnv **, void *) |
| jint(* | DetachCurrentThread )(JavaVM *) |
| jint(* | GetEnv )(JavaVM *, void **, jint) |
| jint(* | AttachCurrentThreadAsDaemon )(JavaVM *, JNIEnv **, void *) |