pub fn walk_process_maps<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
task_addr: u64,
) -> Result<Vec<VmaInfo>>Expand description
Walk VMAs for a single process given its task_struct address.
pub fn walk_process_maps<P: PhysicalMemoryProvider>(
reader: &ObjectReader<P>,
task_addr: u64,
) -> Result<Vec<VmaInfo>>Walk VMAs for a single process given its task_struct address.