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

Function HOOK_FUN

Bcore/src/main/cpp/DexDump.cpp:109–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109HOOK_FUN(void, LoadMethodO, void *thiz,
110 void *dex_file,
111 void *method,
112 void *klass,
113 void *dst) {
114 orig_LoadMethodO(thiz, dex_file, method, klass, dst);
115 handleDumpByDexFile(dex_file);
116}
117
118HOOK_FUN(void, LoadMethodM, void *thiz,
119 void *thread,

Callers

nothing calls this directly

Calls 1

handleDumpByDexFileFunction · 0.85

Tested by

no test coverage detected