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

Function DetourVirtualProtectSameExecute

lib_fiber/cpp/src/detours/detours.cpp:2567–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2565
2566_Success_(return != FALSE)
2567BOOL WINAPI DetourVirtualProtectSameExecute(_In_ PVOID pAddress,
2568 _In_ SIZE_T nSize,
2569 _In_ DWORD dwNewProtect,
2570 _Out_ PDWORD pdwOldProtect)
2571{
2572 return DetourVirtualProtectSameExecuteEx(GetCurrentProcess(),
2573 pAddress, nSize, dwNewProtect, pdwOldProtect);
2574}
2575
2576BOOL WINAPI DetourAreSameGuid(_In_ REFGUID left, _In_ REFGUID right)
2577{

Callers 1

DetourRestoreAfterWithExFunction · 0.85

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…