DynamoRIO
|
_dr_mem_info_t Struct Reference
#include <dr_os_utils.h>
Data Fields | |
byte * | base_pc |
size_t | size |
uint | prot |
dr_mem_type_t | type |
Detailed Description
Describes a memory region. Used by dr_query_memory_ex().
Field Documentation
◆ base_pc
byte* _dr_mem_info_t::base_pc |
Starting address of memory region
◆ prot
uint _dr_mem_info_t::prot |
Protection of region (DR_MEMPROT_* flags)
◆ size
size_t _dr_mem_info_t::size |
Size of region
◆ type
dr_mem_type_t _dr_mem_info_t::type |
Type of region
The documentation for this struct was generated from the following file:
- /home/runner/work/dynamorio/dynamorio/build_release-64/include/dr_os_utils.h