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

Function disableMethodHook

src/dll/methodHook.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void disableMethodHook(void* hookHandle)
38{
39 if (!hookHandle) return;
40
41 const HookData& hd = *(const HookData*)hookHandle;
42 MH_DisableHook(*hd.vtblEntryPtr);
43}

Callers 3

disableShaderHooksFunction · 0.85
unhookRenderingFunction · 0.85
taaDisableApiHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected