Files
cpp-project-template/third_party/microprofile/distorm/examples/java/jdistorm.h
tqcq c8b9782baa
Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 13m15s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 13m1s
sm-rpc / build (Release, host.gcc) (push) Failing after 13m14s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 13m35s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 13m56s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 14m22s
sm-rpc / build (Debug, host.gcc) (push) Failing after 14m49s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 15m13s
feat add microprile, remove prometheus
2025-08-25 11:23:55 +08:00

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