1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class Distorm3 */
#ifndef _Included_Distorm3
#define _Included_Distorm3
#ifdef __cplusplus
extern "C" {
#endif
#define PACKAGE_PREFIX "diStorm3/"
/*
* Class: com_reviverstudio_core_disasms_distorm3_Distorm3
* Method: Decompose
* Signature: (LdiStorm3/CodeInfo;LdiStorm3/DecomposedResult;)V
*/
JNIEXPORT void JNICALL Java_diStorm3_distorm3_Decompose
(JNIEnv *, jclass, jobject, jobject);
/*
* Class: com_reviverstudio_core_disasms_distorm3_Distorm3
* Method: Decode
* Signature: (LdiStorm3/CodeInfo;LdiStorm3/DecodedResult;)V
*/
JNIEXPORT void JNICALL Java_diStorm3_distorm3_Decode
(JNIEnv *, jclass, jobject, jobject);
/*
* Class: com_reviverstudio_core_disasms_distorm3_Distorm3
* Method: Format
* Signature: (LdiStorm3/CodeInfo;LdiStorm3/DecomposedInst;)LdiStorm3/DecodedInst;
*/
JNIEXPORT jobject JNICALL Java_diStorm3_distorm3_Format
(JNIEnv *, jclass, jobject, jobject);
#ifdef __cplusplus
}
#endif
#endif
|