|
RoboDBG
|
Represents a memory region in a process. More...
#include <debugger.h>
Public Attributes | |
| LPVOID | BaseAddress |
| Base address of the memory region. | |
| SIZE_T | RegionSize |
| Size of the memory region in bytes. | |
| DWORD | State |
| State (MEM_COMMIT, MEM_FREE, MEM_RESERVE). | |
| DWORD | Protect |
| Protection flags (e.g., PAGE_READWRITE). | |
| DWORD | Type |
| Type (MEM_IMAGE, MEM_MAPPED, MEM_PRIVATE). | |
Represents a memory region in a process.
Definition at line 103 of file debugger.h.