How to get the memory information of a binary only with the Win32 API?
I want to create a program that gets the memory information from a process. I got to the point where I successfully call VirtualQueryEx to query the MEMORY_BASIC_INFORMATION.
I want to create a program that gets the memory information from a process. I got to the point where I successfully call VirtualQueryEx to query the MEMORY_BASIC_INFORMATION.