miasm
Reverse engineering framework
miasm.arch.x86.arch.x86_s08to16 Class Reference
Inheritance diagram for miasm.arch.x86.arch.x86_s08to16:
Collaboration diagram for miasm.arch.x86.arch.x86_s08to16:

Public Member Functions

def myexpr (self, x)
 
def int2expr (self, v)
 
def expr2int (self, e)
 
def decode (self, v)
 
def encode (self)
 
def decodeval (self, v)
 
def encodeval (self, v)
 
- Public Member Functions inherited from miasm.core.cpu.imm_noarg
def fromstring (self, text, loc_db, parser_result=None)
 

Public Attributes

 expr
 
 out_size
 
 value
 
- Public Attributes inherited from miasm.core.cpu.imm_noarg
 expr
 
 value
 

Static Public Attributes

int in_size = 8
 
int out_size = 16
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_imm
 parser = base_expr
 
- 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.x86.arch.x86_s08to16.decode (   self,
  v 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Reimplemented in miasm.arch.x86.arch.x86_s08to32.

Here is the call graph for this function:

◆ decodeval()

def miasm.arch.x86.arch.x86_s08to16.decodeval (   self,
  v 
)

Reimplemented from miasm.arch.x86.arch.x86_imm.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ encode()

def miasm.arch.x86.arch.x86_s08to16.encode (   self)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

◆ encodeval()

def miasm.arch.x86.arch.x86_s08to16.encodeval (   self,
  v 
)

Reimplemented from miasm.arch.x86.arch.x86_imm.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ expr2int()

def miasm.arch.x86.arch.x86_s08to16.expr2int (   self,
  e 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the caller graph for this function:

◆ int2expr()

def miasm.arch.x86.arch.x86_s08to16.int2expr (   self,
  v 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ myexpr()

def miasm.arch.x86.arch.x86_s08to16.myexpr (   self,
  x 
)

Reimplemented in miasm.arch.x86.arch.x86_s32to64, miasm.arch.x86.arch.x86_s08to64, and miasm.arch.x86.arch.x86_s08to32.

Here is the caller graph for this function:

Member Data Documentation

◆ expr

miasm.arch.x86.arch.x86_s08to16.expr

◆ in_size

int miasm.arch.x86.arch.x86_s08to16.in_size = 8
static

◆ out_size [1/2]

int miasm.arch.x86.arch.x86_s08to16.out_size = 16
static

◆ out_size [2/2]

miasm.arch.x86.arch.x86_s08to16.out_size

◆ value

miasm.arch.x86.arch.x86_s08to16.value

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