RoboDBG
Loading...
Searching...
No Matches
RoboDBG::MemoryRegion_t Struct Reference

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).

Detailed Description

Represents a memory region in a process.

Definition at line 103 of file debugger.h.


The documentation for this struct was generated from the following file: