Rizin
unix-like reverse engineering framework and cli tools
capstone.x86.X86OpMem Class Reference
Inheritance diagram for capstone.x86.X86OpMem:

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 8 of file x86.py.

Member Data Documentation

◆ _fields_

tuple capstone.x86.X86OpMem._fields_
staticprivate
Initial value:
= (
('segment', ctypes.c_uint),
('base', ctypes.c_uint),
('index', ctypes.c_uint),
('scale', ctypes.c_int),
('disp', ctypes.c_int64),
)

Definition at line 9 of file x86.py.


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