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

Function DetourBinaryResetImports

lib_fiber/cpp/src/detours/image.cpp:2168–2180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2166}
2167
2168BOOL WINAPI DetourBinaryResetImports(_In_ PDETOUR_BINARY pBinary)
2169{
2170 Detour::CImage *pImage = Detour::CImage::IsValid(pBinary);
2171 if (pImage == NULL) {
2172 return FALSE;
2173 }
2174
2175 return pImage->EditImports(NULL,
2176 ResetBywayCallback,
2177 ResetFileCallback,
2178 ResetSymbolCallback,
2179 NULL);
2180}
2181
2182//////////////////////////////////////////////////////////////////////////////
2183//

Callers

nothing calls this directly

Calls 1

EditImportsMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…