| Trees | Index | Help |
|
|---|
| Package pydbg :: Module system_dll :: Class system_dll |
|
To Do: Add PE parsing support.
| Method Summary | |
|---|---|
Given a handle and base address of the loaded DLL, determine the DLL name and size to fully initialize the system DLL object. | |
| Class Variable Summary | |
|---|---|
NoneType |
base = None |
NoneType |
handle = None |
NoneType |
name = None |
NoneType |
path = None |
NoneType |
pe = None |
int |
size = 0 |
| Method Details |
|---|
__init__(self,
handle,
base)
Given a handle and base address of the loaded DLL, determine the DLL
name and size to fully initialize the system DLL object.
|
| Class Variable Details |
|---|
base
|
handle
|
name
|
path
|
pe
|
size
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Jun 21 01:33:02 2006 | http://epydoc.sf.net |