MCPcopy 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
24bool ProxyFuncVFTable::removeHook() {
25 return (m_isInited) && WriteToProtectedMem(m_pTarget, &m_pOriginalFunc, NULL, sizeof(m_pOriginalFunc));
26}

Callers 1

~ProxyFuncVFTableMethod · 0.95

Calls 1

WriteToProtectedMemFunction · 0.85

Tested by

no test coverage detected