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

Function HOOK_JNI

Bcore/src/main/cpp/DexDump.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99HOOK_JNI(int, kill, pid_t __pid, int __signal) {
100 ALOGE("hooked so kill");
101 return 0;
102}
103
104HOOK_JNI(int, killpg, int __pgrp, int __signal) {
105 ALOGE("hooked so killpg");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected