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