MCPcopy Create free account
hub / github.com/Lovrom8/RSMods / HookedQueryVirtualMemory

Method HookedQueryVirtualMemory

DLL/MemUtil.cpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253NTSTATUS MemUtil::HookedQueryVirtualMemory(LPVOID address, PMEMORY_BASIC_INFORMATION memoryBuffer, SIZE_T dwLength)
254{
255 SIZE_T returnLength = 0;
256 return NtQueryVirtualMemory(GetCurrentProcess(), address, MemoryBasicInformation, memoryBuffer, dwLength, &returnLength);
257}
258
259uint32_t MemUtil::GetTextSectionAddress() {
260 HMODULE hModule = GetModuleHandle(NULL);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected