Home | Trees | Indices | Help |
|
---|
|
Miscellaneous utility classes and functions.
|
|||
Helpers | |||
---|---|---|---|
classproperty Class property method. |
|||
BannerHelpFormatter Just a small tweak to optparse to be able to print a banner. |
|||
Regenerator Calls a generator and iterates it. |
|||
StaticClass | |||
PathOperations Static methods for filename and pathname manipulation. |
|||
MemoryAddresses Class to manipulate memory addresses. |
|||
DebugRegister Class to manipulate debug registers. |
|
|||
Helpers | |||
---|---|---|---|
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. |
|
__revision__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 20 17:54:46 2013 | http://epydoc.sourceforge.net |