Skip to content

vmmap ¤

Functions:

get_memory_map ¤

get_memory_map() -> MemoryMap

get ¤

get() -> tuple[Page, ...]

find ¤

find(address: int | Value | None) -> Page | None

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.