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

Method DataFind

lib_fiber/cpp/src/detours/image.cpp:831–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

829}
830
831PBYTE CImage::DataFind(REFGUID rguid, DWORD *pcbData)
832{
833 if (m_pImageData == NULL) {
834 return NULL;
835 }
836 return m_pImageData->Find(rguid, pcbData);
837}
838
839PBYTE CImage::DataSet(REFGUID rguid, PBYTE pbData, DWORD cbData)
840{

Callers 1

DetourBinaryFindPayloadFunction · 0.80

Calls 1

FindMethod · 0.80

Tested by

no test coverage detected