| 178 | } |
| 179 | |
| 180 | void enableIO(JNIEnv *env, jclass clazz) { |
| 181 | IO::init(env); |
| 182 | nativeHook(env); |
| 183 | } |
| 184 | |
| 185 | void hookDumpDex(JNIEnv *env, jobject clazz, jstring dir) { |
| 186 | DexDump::hookDumpDex(env, dir); |
nothing calls this directly
no test coverage detected