Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aliasIsolation/aliasIsolation
/ taaEnableApiHooks
Function
taaEnableApiHooks
src/dll/taa.cpp:442–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
440
}
441
442
void taaEnableApiHooks()
443
{
444
ZoneScopedN(__FUNCTION__);
445
446
enableMethodHook(Map);
447
enableMethodHook(Unmap);
448
}
449
450
void taaDisableApiHooks()
451
{
Callers
1
enableShaderHooks
Function · 0.85
Calls
1
enableMethodHook
Function · 0.85
Tested by
no test coverage detected