miasm
Reverse engineering framework
miasm.arch.aarch64.arch.op0_value Class Reference
Inheritance diagram for miasm.arch.aarch64.arch.op0_value:
Collaboration diagram for miasm.arch.aarch64.arch.op0_value:

Public Member Functions

def decode (self, v)
 
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.aarch64.arch.aarch64_arg
def asm_ast_to_expr (self, value, loc_db, size_hint=None, fixed_size=None)
 
- 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.imm_noarg
 expr
 
 value
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Additional Inherited Members

- Static Public Attributes inherited from miasm.arch.aarch64.arch.aarch64_uint64
 parser = base_expr
 
- Static Public Attributes inherited from miasm.arch.aarch64.arch.aarch64_uint64_noarg
 parser = base_expr
 
int intsize = 64
 
tuple intmask = (1 << intsize) - 1
 
 int2expr = lambda self, x: m2_expr.ExprInt(x, 64)
 
- Static Public Attributes inherited from miasm.core.cpu.imm_noarg
int intsize = 32
 
tuple intmask = (1 << intsize) - 1
 

Member Function Documentation

◆ decode()

def miasm.arch.aarch64.arch.op0_value.decode (   self,
  v 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

◆ encode()

def miasm.arch.aarch64.arch.op0_value.encode (   self)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

Member Data Documentation

◆ expr

miasm.arch.aarch64.arch.op0_value.expr

◆ value

miasm.arch.aarch64.arch.op0_value.value

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