MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / attach_internal

Method attach_internal

ExplorerHooks/detourtransaction.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void DetourTransaction::attach_internal(void **function, void *detour) noexcept
53{
54 FAIL_FAST_IF_WIN32_ERROR(DetourAttach(function, detour));
55}
56
57void DetourTransaction::detach_internal(void **function, void *detour) noexcept
58{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected