miasm
Reverse engineering framework
miasm.arch.mep.arch.mep_deref_reg_offset Class Reference
Inheritance diagram for miasm.arch.mep.arch.mep_deref_reg_offset:
Collaboration diagram for miasm.arch.mep.arch.mep_deref_reg_offset:

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 = offset_deref_reg_parser
 

Detailed Description

Toshiba MeP-c4 dereferenced register that represents SP, plus an
offset.

Member Function Documentation

◆ decode()

def miasm.arch.mep.arch.mep_deref_reg_offset.decode (   self,
  v 
)
Modify the decoded value using the previously decoded
register id.
Here is the call graph for this function:

◆ encode()

def miasm.arch.mep.arch.mep_deref_reg_offset.encode (   self)
Modify the encoded value. One part is stored in this object, and
the other one in reg04_deref.

Member Data Documentation

◆ expr

miasm.arch.mep.arch.mep_deref_reg_offset.expr

◆ parser

miasm.arch.mep.arch.mep_deref_reg_offset.parser = offset_deref_reg_parser
static

◆ value

miasm.arch.mep.arch.mep_deref_reg_offset.value

The documentation for this class was generated from the following file: