|
__init__(self,
baseaddress,
imm)
Memory Page Information
|
|
_getfromtuple(self,
mem)
|
|
getSize(self)
|
DWORD
|
getType(self)
Get Type of Memory Page
|
STRING
|
getOwner(self)
Get the Owner of the Memory Page
|
|
_getflags(self,
page)
|
DWORD
|
getInitAccess(self,
human=0)
Get the Intial Access Flag of the Memory Page
|
DWORD
|
getAccess(self,
human=0)
Get the Access Flag of the Memory Page
|
DWORD
|
getThreadID(self)
Get the ID of the Thread
|
BUFFER
|
getMemory(self)
Get the Memory of the Page
|
DWORD
|
getBaseAddress(self)
Get the Base Address of the Memory Page
|
STRING
|
getSection(self)
Get the Section from the Memory Page
|