|
def | __init__ (self, loc_db, *args, **kwargs) |
|
def | run (self, addr=None) |
|
def | call (self, addr, *args, **kwargs) |
|
Public Member Functions inherited from miasm.analysis.sandbox.Sandbox |
def | __init__ (self, loc_db, fname, options, custom_methods=None, **kwargs) |
|
def | parser (cls, *args, **kwargs) |
|
def | call (self, prepare_cb, addr, *args) |
|
Public Member Functions inherited from miasm.analysis.sandbox.Arch_x86 |
def | __init__ (self, loc_db, **kwargs) |
|
def | update_parser (cls, parser) |
|
Public Member Functions inherited from miasm.analysis.sandbox.OS_Win |
def | update_parser (cls, parser) |
|
Public Member Functions inherited from miasm.analysis.sandbox.OS |
def | __init__ (self, custom_methods, **kwargs) |
|
◆ __init__()
def miasm.analysis.sandbox.Sandbox_Win_x86_32.__init__ |
( |
|
self, |
|
|
|
loc_db, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ call()
def miasm.analysis.sandbox.Sandbox_Win_x86_32.call |
( |
|
self, |
|
|
|
addr, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
Direct call of the function at @addr, with arguments @args
@addr: address of the target function
@args: arguments
◆ run()
def miasm.analysis.sandbox.Sandbox_Win_x86_32.run |
( |
|
self, |
|
|
|
addr = None |
|
) |
| |
The documentation for this class was generated from the following file:
- /home/serpilliere/projet/test_doc_miasm/miasm/miasm/analysis/sandbox.py