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

Public Member Functions

def myexpr (self, x)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_s08to32
def decode (self, v)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_s08to16
def int2expr (self, v)
 
def expr2int (self, e)
 
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)
 

Static Public Attributes

int in_size = 32
 
int out_size = 64
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_s08to32
int in_size = 8
 
int out_size = 32
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_s08to16
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
 

Additional Inherited Members

- Public Attributes inherited from miasm.arch.x86.arch.x86_s08to32
 expr
 
- Public Attributes inherited from miasm.arch.x86.arch.x86_s08to16
 expr
 
 out_size
 
 value
 
- Public Attributes inherited from miasm.core.cpu.imm_noarg
 expr
 
 value
 

Member Function Documentation

◆ myexpr()

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

Reimplemented from miasm.arch.x86.arch.x86_s08to32.

Member Data Documentation

◆ in_size

int miasm.arch.x86.arch.x86_s32to64.in_size = 32
static

◆ out_size

int miasm.arch.x86.arch.x86_s32to64.out_size = 64
static

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