Generates a more extensive high-level representation than Summary.
|
__init__(self,
details=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
_add_procedure(self,
mbase,
name,
base)
Add a procedure address |
source code
|
|
|
_add_loaded_module(self,
name,
base)
Add a loaded module to the internal database |
source code
|
|
|
_get_loaded_module(self,
base)
Get the name of a loaded module from the internal db |
source code
|
|
|
_add_keyhandle(self,
registry,
subkey,
handle) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|