diff options
author | PandaNinjas <admin@malwarefight.gq> | 2023-05-19 17:15:46 -0400 |
---|---|---|
committer | PandaNinjas <admin@malwarefight.gq> | 2023-05-19 17:15:46 -0400 |
commit | d30a5775fab3f4e8968e4066a5e59a4b953d8870 (patch) | |
tree | b530ea31755685193192230f5e570947caf2cba1 /src/main/cpp/libc.h | |
parent | ca67ac4481ce308d42ab33defdee2e54e2ca82ab (diff) | |
download | NoSession-d30a5775fab3f4e8968e4066a5e59a4b953d8870.tar.gz NoSession-d30a5775fab3f4e8968e4066a5e59a4b953d8870.tar.bz2 NoSession-d30a5775fab3f4e8968e4066a5e59a4b953d8870.zip |
stuff
Diffstat (limited to 'src/main/cpp/libc.h')
-rw-r--r-- | src/main/cpp/libc.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/main/cpp/libc.h b/src/main/cpp/libc.h new file mode 100644 index 0000000..6aaa1a6 --- /dev/null +++ b/src/main/cpp/libc.h @@ -0,0 +1,29 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include <jni.h> +/* Header for class gq_malwarefight_nosession_linux_libc_Libc */ + +#ifndef _Included_gq_malwarefight_nosession_linux_libc_Libc +#define _Included_gq_malwarefight_nosession_linux_libc_Libc // NOLINT(bugprone-reserved-identifier) +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: gq_malwarefight_nosession_linux_libc_Libc + * Method: geteuid + * Signature: ()I + */ +JNIEXPORT jint JNICALL Java_gq_malwarefight_nosession_linux_libc_Libc_geteuid + (JNIEnv *, jclass); + +/* + * Class: gq_malwarefight_nosession_linux_libc_Libc + * Method: unlink + * Signature: (Ljava/lang/String;) + */ +JNIEXPORT void JNICALL Java_gq_malwarefight_nosession_linux_libc_Libc_unlink + (JNIEnv *, jclass, jstring); + +#ifdef __cplusplus +} +#endif +#endif |