Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void disableMethodHook(void* hookHandle)
38
{
39
if (!hookHandle) return;
40
41
const HookData& hd = *(const HookData*)hookHandle;
42
MH_DisableHook(*hd.vtblEntryPtr);
43
}
Callers
3
disableShaderHooks
Function · 0.85
unhookRendering
Function · 0.85
taaDisableApiHooks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected