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

Public Member Functions

def decode (self, v)
 
def encode (self)
 
- 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)
 

Public Attributes

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

Additional Inherited Members

- Static Public Attributes inherited from miasm.arch.x86.arch.x86_rm_arg
 parser = rmarg
 

Member Function Documentation

◆ decode()

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

Reimplemented from miasm.arch.x86.arch.x86_rm_arg.

Here is the call graph for this function:

◆ encode()

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

Reimplemented from miasm.arch.x86.arch.x86_rm_arg.

Here is the call graph for this function:

Member Data Documentation

◆ expr

miasm.arch.x86.arch.x86_rm_w8.expr

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