miasm
Reverse engineering framework
|
Public Member Functions | |
def | decode (self, v) |
def | encode (self) |
Public Member Functions inherited from miasm.core.cpu.reg_noarg | |
def | fromstring (self, text, loc_db, parser_result=None) |
def | check_fbits (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 | |
value | |
Public Attributes inherited from miasm.core.cpu.reg_noarg | |
expr | |
value | |
fmask | |
Public Attributes inherited from miasm.core.cpu.m_arg | |
expr | |
Additional Inherited Members | |
Static Public Attributes inherited from miasm.arch.mep.arch.mep_copro_reg | |
reg_info = copro_gpr_infos | |
parser = reg_info.parser | |
Static Public Attributes inherited from miasm.core.cpu.reg_noarg | |
reg_info = None | |
parser = None | |
Generic Toshiba MeP-c4 coprocessor register encode into different fields
def miasm.arch.mep.arch.mep_copro_reg_split.decode | ( | self, | |
v | |||
) |
Modify the decoded value using the previously decoded imm4_noarg.
Reimplemented from miasm.core.cpu.reg_noarg.
def miasm.arch.mep.arch.mep_copro_reg_split.encode | ( | self | ) |
Modify the encoded value. One part is stored in this object, and the other one in imm4_noarg.
Reimplemented from miasm.core.cpu.reg_noarg.
miasm.arch.mep.arch.mep_copro_reg_split.expr |
miasm.arch.mep.arch.mep_copro_reg_split.value |