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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 21 of file arm64.py.

Member Data Documentation

◆ _fields_

tuple capstone.arm64.Arm64OpValue._fields_
staticprivate
Initial value:
= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int64),
('fp', ctypes.c_double),
('mem', Arm64OpMem),
('pstate', ctypes.c_int),
('sys', ctypes.c_uint),
('prefetch', ctypes.c_int),
('barrier', ctypes.c_int),
)

Definition at line 22 of file arm64.py.


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