MCPcopy Create free account
hub / github.com/OpenSteam001/OpenSteamTool / NtQueryVirtualMemoryProc

Function NtQueryVirtualMemoryProc

src/OSTPlatform/Windows/Process.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45NtAbi::NtQueryVirtualMemoryFn NtQueryVirtualMemoryProc() {
46 return GetNtDllProc<NtAbi::NtQueryVirtualMemoryFn>("NtQueryVirtualMemory");
47}
48
49Windows::UniqueHandle OpenProcessHandle(uint32_t pid, DWORD access) {
50 if (pid == 0) return {};

Callers 1

QueryReadableRegionBytesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected