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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 17 of file x86.py.

Member Data Documentation

◆ _fields_

tuple capstone.x86.X86OpValue._fields_
staticprivate
Initial value:
= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int64),
('mem', X86OpMem),
)

Definition at line 18 of file x86.py.


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