Skip to main content

dr_mem_info_t

Type Alias dr_mem_info_t 

Source
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 u8

Starting address of memory region

§size: usize

Size of region

§prot: u32

Protection of region (DR_MEMPROT_* flags)

§type_: i32

Type of region