| Trees | Indices | Help |
|
|---|
|
|
| Classes | |
| SYSTEM_INFO_32 | |
| SYSTEM_INFO_64 | |
| MEMORY_BASIC_INFORMATION_32 | |
| MEMORY_BASIC_INFORMATION_64 | |
| ProcessHandle | |
|
LiveVad Collect information about a VAD region. |
|
|
APIVad A VAD plugin using the APIs. |
|
|
WinAPIProcessAddressSpace An address space which read processes using ReadProcessMemory(). |
|
|
WinAPIProfile Profile for Windows live analysis. |
|
| Functions | |||
|
|||
| Variables | |
READ_ACCESS = win32con.PROCESS_VM_READ | win32con.PROCESS_VM_O
|
|
MEMORY_PROTECTIONS = {0x10: "x---", 0x20: "xr--", 0x40: "xrw-"
|
|
MEMORY_TYPES = {0x1000000: "MEM_IMAGE", 0x40000: "MEM_MAPPED",
|
|
OpenProcess = ctypes.windll.kernel32.OpenProcess
|
|
ReadProcessMemory = ctypes.windll.kernel32.ReadProcessMemory
|
|
CloseHandle = ctypes.windll.kernel32.CloseHandle
|
|
GetMappedFileNameA = ctypes.windll.psapi.GetMappedFileNameA
|
|
VirtualQueryEx = ctypes.windll.kernel32.VirtualQueryEx
|
|
MAX_PATH = 1024
|
|
| Variables Details |
READ_ACCESS
|
MEMORY_PROTECTIONS
|
MEMORY_TYPES
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Oct 9 03:27:47 2017 | http://epydoc.sourceforge.net |