You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pwndbg/docs/commands/procinfo/vmmap/vmmap.md

626 B

Command: vmmap

usage: vmmap [-h] [pages_filter]

Print virtual memory map pages. Results can be filtered by providing address/module name. Please note that memory pages on QEMU targets are detected through AUXV (sometimes with finding AUXV on the stack first) or by exploring values e.g. from registers. Memory pages can also be added manually, see vmmap_add, vmmap_clear and vmmap_load commands.

Positional Argument Info
pages_filter Address or module name.
Optional Argument Info
--help show this help message and exit