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

Function DetourBinaryFindPayload

lib_fiber/cpp/src/detours/image.cpp:2080–2090  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2078_Readable_bytes_(*pcbData)
2079_Success_(return != NULL)
2080PVOID WINAPI DetourBinaryFindPayload(_In_ PDETOUR_BINARY pBinary,
2081 _In_ REFGUID rguid,
2082 _Out_ DWORD *pcbData)
2083{
2084 Detour::CImage *pImage = Detour::CImage::IsValid(pBinary);
2085 if (pImage == NULL) {
2086 return FALSE;
2087 }
2088
2089 return pImage->DataFind(rguid, pcbData);
2090}
2091
2092PVOID WINAPI DetourBinarySetPayload(_In_ PDETOUR_BINARY pBinary,
2093 _In_ REFGUID rguid,

Callers

nothing calls this directly

Calls 1

DataFindMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…