vmmap ¤
Functions:
-
get_memory_map– -
get– -
find– -
addr_region_start–Let's define a "region" as contiguous memory compromised of memory mappings
addr_region_start ¤
addr_region_start(address: int | Value) -> int | None
Let's define a "region" as contiguous memory compromised of memory mappings which all have the same object file name. Also referred to as "File (Base)" by xinfo.
Returns:
-
int | None–The start of the memory region this address belongs to, or None if the address
-
int | None–is not mapped.