miasm
Reverse engineering framework
|
Public Member Functions | |
def | decode (self, v) |
Public Member Functions inherited from miasm.arch.mep.arch.mep_target24 | |
def | encode (self) |
Public Member Functions inherited from miasm.core.cpu.imm_noarg | |
def | int2expr (self, v) |
def | expr2int (self, e) |
def | fromstring (self, text, loc_db, parser_result=None) |
def | decodeval (self, v) |
def | encodeval (self, v) |
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_target24 | |
expr | |
value | |
Public Attributes inherited from miasm.core.cpu.imm_noarg | |
expr | |
value | |
Public Attributes inherited from miasm.core.cpu.m_arg | |
expr | |
Additional Inherited Members | |
Static Public Attributes inherited from miasm.arch.mep.arch.mep_imm | |
parser = base_expr | |
Static Public Attributes inherited from miasm.core.cpu.imm_noarg | |
int | intsize = 32 |
tuple | intmask = (1 << intsize) - 1 |
Toshiba MeP-c4 target24 signed immediate, as used in BSR
def miasm.arch.mep.arch.mep_target24_signed.decode | ( | self, | |
v | |||
) |
Perform sign extension
Reimplemented from miasm.arch.mep.arch.mep_target24.
miasm.arch.mep.arch.mep_target24_signed.expr |