Base abstract analysis package.
|
__init__(self,
options={},
analyzer=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
enum_paths(self)
Enumerate available paths. |
source code
|
|
|
|
|
|
|
move_curdir(self,
filepath)
Move a file to the current working directory so it can be executed
from there. |
source code
|
|
|
init_regkeys(self,
regkeys)
Initializes the registry to avoid annoying popups, configure
settings, etc. |
source code
|
|
|
execute(self,
path,
args,
mode=None,
maximize=False,
env=None,
source=None,
trigger=None)
Starts an executable for analysis. |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|