MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / EraVirtualQuery

Function EraVirtualQuery

projects/WinDurango.KernelX/src/kernelx.cpp:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 lpBuffer->Type = Region.Type;
456
457 for (ULONG_PTR Page = BasePage + PageSize; Page <= LastPage; Page += PageSize)
458 {
459 if (!VirtualQueryEx(hProcess, (LPCVOID)Page, &Region, sizeof(Region)))
460 break;
461
462 if (Region.State != lpBuffer->State || Region.Protect != lpBuffer->Protect)
463 break;

Callers

nothing calls this directly

Calls 1

EraVirtualQueryExFunction · 0.85

Tested by

no test coverage detected