| 71 | } |
| 72 | |
| 73 | void 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 | |
| 83 | void hideXposed(JNIEnv *env, jclass clazz) { |
| 84 | ALOGD("set hideXposed"); |