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

Function nativeHook

Bcore/src/main/cpp/VmCore.cpp:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144void nativeHook(JNIEnv *env) {
145 BaseHook::init(env);
146 UnixFileSystemHook::init(env);
147// VMClassLoaderHook::init(env);
148 ProcessHook::init(env);
149}
150
151void hideXposed(JNIEnv *env, jclass clazz) {
152 ALOGD("set hideXposed");

Callers 1

enableIOFunction · 0.85

Calls 1

initFunction · 0.70

Tested by

no test coverage detected