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

Public Member Functions

def get_s_value (self)
 
def set_s_value (self, value)
 
def encode (self)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_rm_sd
def decode (self, v)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_rm_arg
def fromstring (self, text, loc_db, parser_result=None)
 
def get_modrm (self)
 
def gen_cand (self, v_cand, admode)
 
- Public Member Functions inherited from miasm.arch.x86.arch.x86_arg
def asm_ast_to_expr (self, value, loc_db, size_hint=None, fixed_size=None)
 
- Public Member Functions inherited from miasm.core.cpu.m_arg
def asm_ast_to_expr (self, arg, loc_db, **kwargs)
 

Static Public Attributes

int out_size = 16
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_sd
int out_size = 64
 
- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_arg
 parser = rmarg
 

Additional Inherited Members

- Public Attributes inherited from miasm.arch.x86.arch.x86_rm_sd
 expr
 
- Public Attributes inherited from miasm.arch.x86.arch.x86_rm_arg
 expr
 
- Public Attributes inherited from miasm.core.cpu.m_arg
 expr
 

Member Function Documentation

◆ encode()

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

Reimplemented from miasm.arch.x86.arch.x86_rm_sd.

Here is the call graph for this function:

◆ get_s_value()

def miasm.arch.x86.arch.x86_rm_wd.get_s_value (   self)

Reimplemented from miasm.arch.x86.arch.x86_rm_sd.

◆ set_s_value()

def miasm.arch.x86.arch.x86_rm_wd.set_s_value (   self,
  value 
)

Reimplemented from miasm.arch.x86.arch.x86_rm_sd.

Member Data Documentation

◆ out_size

int miasm.arch.x86.arch.x86_rm_wd.out_size = 16
static

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