A mixin to handle all non-arch specific win32 stuff.
|
|
|
|
|
|
|
|
|
|
|
dupHandle(self,
handle)
Duplicate the handle (who's id is in the currently attached target
process) and return our own copy. |
source code
|
|
|
|
| getHandleInfo(self,
handle,
itype=2,
wait=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| platformProtectMemory(self,
va,
size,
perms) |
source code
|
|
|
|
| platformAllocateMemory(self,
size,
perms=7,
suggestaddr=0) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| platformParseBinary(self,
filename,
baseaddr,
normname) |
source code
|
|
|
|
| parseWithDbgHelp(self,
filename,
baseaddr,
normname) |
source code
|
|
|
|
| parseWithPE(self,
filename,
baseaddr,
normname) |
source code
|
|
|
|
|
|
|
|
|
|
_getSvcList(self)
Expose the getServicesList via the trace for remote... |
source code
|
|
|
|
|