Rizin
unix-like reverse engineering framework and cli tools
Static Private Attributes
|
List of all members
capstone._cs_detail Class Reference
Inheritance diagram for capstone._cs_detail:
Static Private Attributes
tuple
_fields_
Detailed Description
Definition at line
348
of file
__init__.py
.
Member Data Documentation
◆
_fields_
tuple capstone._cs_detail._fields_
static
private
Initial value:
= (
(
'regs_read'
, ctypes.c_uint16 * 12),
(
'regs_read_count'
, ctypes.c_ubyte),
(
'regs_write'
, ctypes.c_uint16 * 20),
(
'regs_write_count'
, ctypes.c_ubyte),
(
'groups'
, ctypes.c_ubyte * 8),
(
'groups_count'
, ctypes.c_ubyte),
(
'arch'
, _cs_arch),
)
Definition at line
349
of file
__init__.py
.
The documentation for this class was generated from the following file:
subprojects/capstone-bundled/bindings/python/capstone/
__init__.py
capstone
_cs_detail
Generated by
1.9.1