![]() |
miasm
Reverse engineering framework
|
Public Member Functions | |
def | decode (self, v) |
def | encode (self) |
![]() | |
def | fromstring (self, text, loc_db, parser_result=None) |
def | check_fbits (self, v) |
![]() | |
def | asm_ast_to_expr (self, arg, loc_db) |
![]() | |
def | fromstring (self, text, loc_db, parser_result=None) |
def | asm_ast_to_expr (self, arg, loc_db, **kwargs) |
Public Attributes | |
expr | |
![]() | |
expr | |
value | |
fmask | |
![]() | |
expr | |
Static Public Attributes | |
implicit_reg = SP | |
![]() | |
reg_info = gpr_infos | |
parser = reg_info.parser | |
![]() | |
reg_info = None | |
parser = None | |
Dummy Toshiba MeP-c4 register that represents SP. It is used in instructions that implicitly use SP, such as ADD3.
def miasm.arch.mep.arch.mep_reg_sp.decode | ( | self, | |
v | |||
) |
Always return 'implicit_reg.
Reimplemented from miasm.core.cpu.reg_noarg.
def miasm.arch.mep.arch.mep_reg_sp.encode | ( | self | ) |
Do nothing
Reimplemented from miasm.core.cpu.reg_noarg.
miasm.arch.mep.arch.mep_reg_sp.expr |
|
static |