Public Member Functions | |
def | __init__ |
def | __getitem__ |
def | parse_heap |
Public Attributes | |
is_parsed | |
size | |
base | |
rawheap | |
roots |
A model of the heap.
def pmHeapDump::PmHeap::__getitem__ | ( | self, | ||
indx | ||||
) |
Returns the object at the given address or the string of bytes defined by the slice.
def pmHeapDump::PmHeap::__init__ | ( | self, | ||
fn | ||||
) |
Initialize the heap based on the given dump file.
def pmHeapDump::PmHeap::parse_heap | ( | self | ) |
Parse the heap into a dict of key=address, value=object items