Update fcl_hook.c

This commit is contained in:
ShirosakiMio 2023-07-31 23:01:33 +08:00
parent 56535476c4
commit 1a12299c92
1 changed files with 1 additions and 1 deletions

View File

@ -67,5 +67,5 @@ void hookExec(JNIEnv *env) {
{"forkAndExec", "(I[B[B[BI[BI[B[IZ)I", (void *) &hooked_ProcessImpl_forkAndExec}
};
(*env)->RegisterNatives(env, cls, methods, 1);
FCL_INTERNAL_LOG("Registered forkAndExec\n");
FCL_INTERNAL_LOG("Registered forkAndExec");
}