|
__init__(self,
archmod=None)
Take a set of memory maps (va, perms, fname, bytes) and put them in a
sparse space finder. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
readMemory(self,
va,
size)
Read memory from the specified virtual address for size bytes and
return it as a python string. |
source code
|
|
|
|
|
getByteDef(self,
va)
An optimized routine which returns the existing segment bytes
sequence without creating a new string object *AND* an offset of va
into the buffer. |
source code
|
|
Inherited from IMemory :
allocateMemory ,
getPointerSize ,
getSegmentInfo ,
isExecutable ,
isReadable ,
isShared ,
isValidPointer ,
isWriteable ,
parseOpcode ,
probeMemory ,
protectMemory ,
readMemValue ,
readMemoryFormat ,
searchMemory ,
searchMemoryRange ,
writeMemoryFormat
|