--- title: "_dr_mem_info_t Struct Reference" layout: default permalink: /struct__dr__mem__info__t.html ---
|
DynamoRIO
|
#include <dr_os_utils.h>
Data Fields | |
| byte * | base_pc |
| size_t | size |
| uint | prot |
| dr_mem_type_t | type |
Describes a memory region. Used by dr_query_memory_ex().
| byte* _dr_mem_info_t::base_pc |
Starting address of memory region
| uint _dr_mem_info_t::prot |
Protection of region (DR_MEMPROT_* flags)
| size_t _dr_mem_info_t::size |
Size of region
| dr_mem_type_t _dr_mem_info_t::type |
Type of region