Vmmap
Command to print the virtual memory map a la /proc/self/maps.
integer_types = (int, pwndbg.dbg_mod.Value)
module-attribute
¶
parser = argparse.ArgumentParser(description='Load virtual memory map pages from ELF file.')
module-attribute
¶
calculate_total_memory(pages)
¶
gap_text(page)
¶
pages_filter(gdbval_or_str)
¶
print_adjacent_map(map_start, map_end)
¶
print_gap(current, last_map)
¶
print_guard(page)
¶
print_map(page)
¶
print_vmmap_gaps(pages)
¶
Indicates the size of adjacent memory regions and unmapped gaps between them in process memory
print_vmmap_gaps_table_header()
¶
Prints the table header for the vmmap --gaps command.
print_vmmap_table_header()
¶
Prints the table header for the vmmap command.