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

Public Member Functions

def fromstring (self, text, loc_db, parser_result=None)
 
def getrexsize (self)
 
def setrexsize (self, v)
 
def decode (self, v)
 
def encode (self)
 

Public Attributes

 expr
 
 value
 

Static Public Attributes

int prio = default_prio + 1
 
 parser = gpreg
 

Member Function Documentation

◆ decode()

def miasm.arch.x86.arch.x86_rm_reg_noarg.decode (   self,
  v 
)

Reimplemented in miasm.arch.x86.arch.x86_rm_reg_mm.

Here is the call graph for this function:

◆ encode()

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

Reimplemented in miasm.arch.x86.arch.x86_rm_reg_mm.

Here is the call graph for this function:

◆ fromstring()

def miasm.arch.x86.arch.x86_rm_reg_noarg.fromstring (   self,
  text,
  loc_db,
  parser_result = None 
)

◆ getrexsize()

def miasm.arch.x86.arch.x86_rm_reg_noarg.getrexsize (   self)

Reimplemented in miasm.arch.x86.arch.x86_reg_noarg, miasm.arch.x86.arch.x86_reg_modrm, and miasm.arch.x86.arch.x86_reg.

Here is the caller graph for this function:

◆ setrexsize()

def miasm.arch.x86.arch.x86_rm_reg_noarg.setrexsize (   self,
  v 
)

Reimplemented in miasm.arch.x86.arch.x86_reg_noarg, miasm.arch.x86.arch.x86_reg_modrm, and miasm.arch.x86.arch.x86_reg.

Here is the caller graph for this function:

Member Data Documentation

◆ expr

miasm.arch.x86.arch.x86_rm_reg_noarg.expr

◆ parser

miasm.arch.x86.arch.x86_rm_reg_noarg.parser = gpreg
static

◆ prio

int miasm.arch.x86.arch.x86_rm_reg_noarg.prio = default_prio + 1
static

◆ value

miasm.arch.x86.arch.x86_rm_reg_noarg.value

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