MCPcopy Create free account
hub / github.com/ALEX5402/NewBlackbox / nativeHook

Function nativeHook

Bcore/src/main/cpp/BoxCore.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void nativeHook(JNIEnv *env) {
74 BaseHook::init(env);
75 UnixFileSystemHook::init(env);
76 FileSystemHook::init();
77 VMClassLoaderHook::init(env);
78
79 BinderHook::init(env);
80 DexFileHook::init(env);
81}
82
83void hideXposed(JNIEnv *env, jclass clazz) {
84 ALOGD("set hideXposed");

Callers 1

enableIOFunction · 0.85

Calls 1

initFunction · 0.85

Tested by

no test coverage detected