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

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 21 of file ppc.py.

Member Data Documentation

◆ _fields_

tuple capstone.ppc.PpcOpValue._fields_
staticprivate
Initial value:
= (
('reg', ctypes.c_uint),
('imm', ctypes.c_int64),
('mem', PpcOpMem),
('crx', PpcOpCrx),
)

Definition at line 22 of file ppc.py.


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