NtQueryVirtualMemory

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
msdnwithahk

NtQueryVirtualMemory

24 Jan 2018, 02:23

Code: Select all

NTSTATUS ZwQueryVirtualMemory(
  _In_      HANDLE                   ProcessHandle,
  _In_opt_  PVOID                    BaseAddress,
  _In_      MEMORY_INFORMATION_CLASS MemoryInformationClass,
  _Out_     PVOID                    MemoryInformation,
  _In_      SIZE_T                   MemoryInformationLength,
  _Out_opt_ PSIZE_T                  ReturnLength
);


I don't know c language and need help
ProcessHandle BaseAddress understand the value ​​of these two parameters, but I do not know what the other parameters mean.(MemoryInformationClass,MemoryInformation,MemoryInformationLength,ReturnLength)
Can someone write a simple example?

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: filipemb and 292 guests