[Docs] Fix vmmap docstring. (#1981)

* Fix vmmap docstring.

* Update vmmap.py

---------

Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>
pull/1982/head
Niko 2 years ago committed by GitHub
parent bd5148c9ca
commit e1db7446be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -348,6 +348,7 @@ def coredump_maps():
def info_proc_maps():
"""
Parse the result of info proc mappings.
Returns:
A tuple of pwndbg.lib.memory.Page objects or None if
info proc mapping is not supported on the target.

Loading…
Cancel
Save