Skip to content

Commit

Permalink
Update pwnlib/elf/corefile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Arusekk <arek_koz@o2.pl>
  • Loading branch information
heapcrash and Arusekk committed Feb 25, 2021
1 parent 4911faa commit 1c56d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/elf/corefile.py
Expand Up @@ -550,7 +550,7 @@ def __init__(self, *a, **kw):
#: The NT_SIGINFO object
self.siginfo = None

#: :class:`dict`: A list of :class:`.Mapping` objects for each loaded memory region
#: :class:`list`: A list of :class:`.Mapping` objects for each loaded memory region
self.mappings = []

#: :class:`int`: A :class:`Mapping` corresponding to the stack
Expand Down

0 comments on commit 1c56d96

Please sign in to comment.