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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 52 of file ppc.py.

Member Data Documentation

◆ _fields_

tuple capstone.ppc.CsPpc._fields_
staticprivate
Initial value:
= (
('bc', ctypes.c_uint),
('bh', ctypes.c_uint),
('update_cr0', ctypes.c_bool),
('op_count', ctypes.c_uint8),
('operands', PpcOp * 8),
)

Definition at line 53 of file ppc.py.


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