Skip to content

Commit

Permalink
add impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
YSaxon committed Jun 14, 2024
1 parent d983d43 commit fcdc2bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ typedef int (*JNI_OnLoadFunc)(void* vm, void* reserved);
// }

#include "FalsoJNI.h"
#include "FalsoJNI_Impl.h"
int init_jvm(JavaVM **p_vm, JNIEnv **p_env, size_t argc, char** argv){
if (argc > 0) {
printf(" [!] Warning: Arguments are not supported on this faker method\n");
Expand Down

0 comments on commit fcdc2bb

Please sign in to comment.