pub type dr_mem_info_t = _dr_mem_info_t;Expand description
Describes a memory region. Used by dr_query_memory_ex().
Aliased Type§
#[repr(C)]pub struct dr_mem_info_t {
pub base_pc: *mut u8,
pub size: usize,
pub prot: u32,
pub type_: i32,
}Fields§
§base_pc: *mut u8Starting address of memory region
size: usizeSize of region
prot: u32Protection of region (DR_MEMPROT_* flags)
type_: i32Type of region