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