| Home | Trees | Indices | Help |
|
|---|
|
|
Miscellaneous utility classes and functions.
|
|||
| Miscellaneous | |||
|---|---|---|---|
|
Regenerator Calls a generator and iterates it. |
|||
|
PathOperations Static methods for filename and pathname manipulation. |
|||
|
MemoryAddresses Class to manipulate memory addresses. |
|||
|
DebugRegister Class to manipulate debug registers. |
|||
|
|||
| Miscellaneous | |||
|---|---|---|---|
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
| generator of win32.MemoryBasicInformation |
|
||
|
|||
__revision__ =
|
|||
__package__ =
|
|||
|
|||
Generator function that iterates through a memory map, filtering memory region blocks by any given condition.
|
Generator function that iterates through a memory map, returning only those memory blocks that contain data.
|
Generator function that iterates through a memory map, returning only those memory blocks that belong to executable images.
|
Generator function that iterates through a memory map, returning only those memory blocks that belong to memory mapped files.
|
Generator function that iterates through a memory map, returning only those memory blocks that are readable.
|
Generator function that iterates through a memory map, returning only those memory blocks that are writeable.
Note: Writeable memory is always readable too. |
Generator function that iterates through a memory map, returning only those memory blocks that are executable.
Note: Executable memory is always readable too. |
Generator function that iterates through a memory map, returning only those memory blocks that are executable and writeable.
Note: The presence of such pages make memory corruption vulnerabilities much easier to exploit. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jul 20 14:32:13 2010 | http://epydoc.sourceforge.net |