MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / enableMethodHook

Function enableMethodHook

src/dll/methodHook.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void enableMethodHook(void* hookHandle)
30{
31 if (!hookHandle) return;
32
33 const HookData& hd = *(const HookData*)hookHandle;
34 MH_EnableHook(*hd.vtblEntryPtr);
35}
36
37void disableMethodHook(void* hookHandle)
38{

Callers 3

enableShaderHooksFunction · 0.85
taaEnableApiHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected