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

Public Member Functions

def decode (self, v)
 
def encode (self)
 
- 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 fromstring (self, text, loc_db, parser_result=None)
 
def asm_ast_to_expr (self, arg, loc_db, **kwargs)
 

Public Attributes

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

Static Public Attributes

 reg_info = r_eax_all
 
int rindex = 0
 
 parser = reg_info.parser
 

Member Function Documentation

◆ decode()

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

◆ encode()

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

Member Data Documentation

◆ expr

miasm.arch.x86.arch.bs_seg.expr

◆ parser

miasm.arch.x86.arch.bs_seg.parser = reg_info.parser
static

◆ reg_info

miasm.arch.x86.arch.bs_seg.reg_info = r_eax_all
static

◆ rindex

int miasm.arch.x86.arch.bs_seg.rindex = 0
static

◆ value

miasm.arch.x86.arch.bs_seg.value

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