Skip to main content

Module maps

Module maps 

Source
Expand description

Linux process memory map (VMA) walker.

Enumerates virtual memory areas by walking the vm_area_struct singly-linked list from mm_struct.mmap for each process in the task list.

Functionsยง

walk_maps
Walk all process VMAs from the task list.
walk_process_maps
Walk VMAs for a single process given its task_struct address.