miasm
Reverse engineering framework
|
Public Member Functions | |
def | decode (self, v) |
def | encode (self) |
Public Member Functions inherited from miasm.arch.mep.arch.mep_arg | |
def | asm_ast_to_expr (self, arg, loc_db) |
Public Member Functions inherited from miasm.core.cpu.m_arg | |
def | fromstring (self, text, loc_db, parser_result=None) |
def | asm_ast_to_expr (self, arg, loc_db, **kwargs) |
Public Attributes | |
expr | |
Public Attributes inherited from miasm.arch.mep.arch.mep_deref_reg | |
expr | |
value | |
Public Attributes inherited from miasm.core.cpu.m_arg | |
expr | |
Static Public Attributes | |
implicit_reg = SP | |
parser = offset_deref_reg_parser | |
Static Public Attributes inherited from miasm.arch.mep.arch.mep_deref_reg | |
parser = deref_reg_parser | |
Dummy Toshiba MeP-c4 dereferenced register that represents SP, plus an offset. Note: it is as generic as possible to ease its use in different instructions
def miasm.arch.mep.arch.mep_deref_sp_offset.decode | ( | self, | |
v | |||
) |
Modify the decoded value using the previously decoded immediate.
Reimplemented from miasm.arch.mep.arch.mep_deref_reg.
def miasm.arch.mep.arch.mep_deref_sp_offset.encode | ( | self | ) |
Modify the encoded value. One part is stored in this object, and the other one in a parent immediate.
Reimplemented from miasm.arch.mep.arch.mep_deref_reg.
miasm.arch.mep.arch.mep_deref_sp_offset.expr |
|
static |
|
static |