MCPcopy Create free account
hub / github.com/cinit/TMoe / initNativeHook

Function initNativeHook

app/src/main/cpp/tmoe_core/NativeInit.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39NativeOnModuleLoaded initNativeHook(const NativeAPIEntries *entries) {
40 nativeHookHandle.hookFunction = entries->hookFunc;
41 return &handleLoadLibrary;
42}
43}
44
45extern "C" void *tmoe_core_NativeInit(const void *entries) {

Callers 1

tmoe_core_NativeInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected