miasm
Reverse engineering framework
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | bp_attach (self, jitter) |
def | prepare (self) |
def | init_machine (self) |
def | check (self) |
Public Member Functions inherited from dse.DSETest | |
def | __init__ (self, jitter_engine) |
def | __call__ (self) |
def | run (self) |
def | asm (self) |
Public Attributes | |
dse | |
Public Attributes inherited from dse.DSETest | |
loc_db | |
machine | |
myjit | |
dse | |
assembly | |
Static Public Attributes | |
string | TXT |
Static Public Attributes inherited from dse.DSETest | |
string | TXT |
string | arch_name = "x86_32" |
int | arch_attrib = 32 |
int | ret_addr = 0x1337beef |
int | run_addr = 0x0 |
Test that DSE is "attachable" in a jitter breakpoint
def dse.DSEAttachInBreakpoint.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
def dse.DSEAttachInBreakpoint.bp_attach | ( | self, | |
jitter | |||
) |
Attach a DSE in the current jitter
def dse.DSEAttachInBreakpoint.check | ( | self | ) |
def dse.DSEAttachInBreakpoint.init_machine | ( | self | ) |
Reimplemented from dse.DSETest.
def dse.DSEAttachInBreakpoint.prepare | ( | self | ) |
Reimplemented from dse.DSETest.
dse.DSEAttachInBreakpoint.dse |
|
static |