miasm
Reverse engineering framework
miasm.arch.mep.arch.mep_int32_noarg Class Reference
Inheritance diagram for miasm.arch.mep.arch.mep_int32_noarg:
Collaboration diagram for miasm.arch.mep.arch.mep_int32_noarg:

Public Member Functions

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

Public Attributes

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

Additional Inherited Members

- Static Public Attributes inherited from miasm.core.cpu.int32_noarg
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
 

Detailed Description

Generic Toshiba MeP-c4 signed immediate

   Note: encode() is copied from int32_noarg.encode() and modified to allow
         small (< 32 bits) signed immediate to be manipulated.

Member Function Documentation

◆ encode()

def miasm.arch.mep.arch.mep_int32_noarg.encode (   self)

Reimplemented from miasm.core.cpu.int32_noarg.

Here is the call graph for this function:

Member Data Documentation

◆ value

miasm.arch.mep.arch.mep_int32_noarg.value

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