MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / HOOK_JNI

Function HOOK_JNI

Bcore/src/main/cpp/hook/ProcessHook.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#import "xhook/xhook.h"
10
11HOOK_JNI(void, sendSignal, JNIEnv *env, jobject obj, jint pid, jint signal) {
12 ALOGE("hooked sendSignal");
13}
14
15HOOK_JNI(void, sendSignalQuiet, JNIEnv *env, jobject obj, jint pid, jint signal) {
16 ALOGE("hooked sendSignalQuiet");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected