![]() |
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 | |
| value | |
Public Attributes inherited from miasm.core.cpu.m_arg | |
| expr | |
Static Public Attributes | |
| parser = deref_reg_parser | |
Generic Toshiba MeP-c4 dereferenced register
Note:
- the arg2str() method could be defined to change the output string
| def miasm.arch.mep.arch.mep_deref_reg.decode | ( | self, | |
| v | |||
| ) |
Transform the decoded value to a ExprMem(ExprId()) expression
Reimplemented in miasm.arch.mep.arch.mep_deref_sp_offset.
| def miasm.arch.mep.arch.mep_deref_reg.encode | ( | self | ) |
Ensure that we have a ExprMem(ExprId()) expression, and return the register value.
Reimplemented in miasm.arch.mep.arch.mep_deref_sp_offset.
| miasm.arch.mep.arch.mep_deref_reg.expr |
|
static |
| miasm.arch.mep.arch.mep_deref_reg.value |