41 lines
1.1 KiB
C
41 lines
1.1 KiB
C
![]() |
/* 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
|