Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Atarity/Lightpack
/ removeHook
Method
removeHook
Software/hooks/proxyfuncvftable.cpp:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
bool ProxyFuncVFTable::removeHook() {
25
return (m_isInited) && WriteToProtectedMem(m_pTarget, &m_pOriginalFunc, NULL, sizeof(m_pOriginalFunc));
26
}
Callers
1
~ProxyFuncVFTable
Method · 0.95
Calls
1
WriteToProtectedMem
Function · 0.85
Tested by
no test coverage detected