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

Function enableIO

Bcore/src/main/cpp/VmCore.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void enableIO(JNIEnv *env, jclass clazz) {
181 IO::init(env);
182 nativeHook(env);
183}
184
185void hookDumpDex(JNIEnv *env, jobject clazz, jstring dir) {
186 DexDump::hookDumpDex(env, dir);

Callers

nothing calls this directly

Calls 2

nativeHookFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected