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

Public Member Functions

def decodeval (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 encodeval (self, v)
 
def decode (self, v)
 

Public Attributes

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

Static Public Attributes

 parser = base_expr
 
int intsize = 8
 
tuple intmask = (1 << intsize) - 1
 
- Static Public Attributes inherited from miasm.core.cpu.imm_noarg
int intsize = 32
 
tuple intmask = (1 << intsize) - 1
 

Member Function Documentation

◆ decodeval()

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

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the caller graph for this function:

◆ encode()

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

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

Member Data Documentation

◆ intmask

tuple miasm.arch.x86.arch.x86_imm_fix_08.intmask = (1 << intsize) - 1
static

◆ intsize

int miasm.arch.x86.arch.x86_imm_fix_08.intsize = 8
static

◆ parser

miasm.arch.x86.arch.x86_imm_fix_08.parser = base_expr
static

◆ value

miasm.arch.x86.arch.x86_imm_fix_08.value

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