MCPcopy Create free account
hub / github.com/acl-dev/acl / FreeExeHelper

Function FreeExeHelper

lib_fiber/cpp/src/detours/creatwth.cpp:1326–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326static
1327VOID WINAPI FreeExeHelper(PDETOUR_EXE_HELPER *pHelper)
1328{
1329 if (*pHelper != NULL) {
1330 delete[] (PBYTE)*pHelper;
1331 *pHelper = NULL;
1332 }
1333}
1334
1335BOOL WINAPI DetourProcessViaHelperA(_In_ DWORD dwTargetPid,
1336 _In_ LPCSTR lpDllName,

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…