miasm
Reverse engineering framework
miasm.core.cpu.int32_noarg Class Reference
Inheritance diagram for miasm.core.cpu.int32_noarg:
Collaboration diagram for miasm.core.cpu.int32_noarg:

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 Attributes

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

Static Public Attributes

int intsize = 32
 
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

◆ decode()

def miasm.core.cpu.int32_noarg.decode (   self,
  v 
)

Reimplemented from miasm.core.cpu.imm_noarg.

Here is the call graph for this function:

◆ encode()

def miasm.core.cpu.int32_noarg.encode (   self)

Reimplemented from miasm.core.cpu.imm_noarg.

Reimplemented in miasm.arch.mep.arch.mep_int32_noarg.

Here is the call graph for this function:

Member Data Documentation

◆ expr

miasm.core.cpu.int32_noarg.expr

◆ intmask

tuple miasm.core.cpu.int32_noarg.intmask = (1 << intsize) - 1
static

◆ intsize

int miasm.core.cpu.int32_noarg.intsize = 32
static

◆ value

miasm.core.cpu.int32_noarg.value

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