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

Public Member Functions

def encode (self)
 
def decode (self, v)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_imm
def decodeval (self, v)
 
def encodeval (self, v)
 
- 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)
 

Public Attributes

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

Static Public Attributes

int intsize = 8
 
tuple intmask = (1 << intsize) - 1
 
- 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_08_ne.decode (   self,
  v 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

◆ encode()

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

Reimplemented from miasm.core.cpu.imm_noarg.

Member Data Documentation

◆ expr

miasm.arch.x86.arch.x86_08_ne.expr

◆ intmask

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

◆ intsize

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

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