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

Function tmoe_core_NativeInit

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

Source from the content-addressed store, hash-verified

43}
44
45extern "C" void *tmoe_core_NativeInit(const void *entries) {
46 logging::android::init();
47 LOGD("NativeInit, entries: %p", entries);
48 return reinterpret_cast<void *>(tmoe::core::initNativeHook(static_cast<const NativeAPIEntries *>(entries)));
49}
50
51extern "C" void* GetLoadedTMessageLibHandle() {
52 return ::tmoe::core::gLoadedTMessageLibHandle;

Callers 1

native_initFunction · 0.85

Calls 2

initFunction · 0.85
initNativeHookFunction · 0.85

Tested by

no test coverage detected