Rizin
unix-like reverse engineering framework and cli tools
capstone.systemz Namespace Reference

Classes

class  SyszOpMem
 
class  SyszOpValue
 
class  SyszOp
 
class  CsSysz
 

Functions

def get_arch_info (a)
 

Function Documentation

◆ get_arch_info()

def capstone.systemz.get_arch_info (   a)

Definition at line 49 of file systemz.py.

49 def get_arch_info(a):
50  return (a.cc, copy_ctypes_list(a.operands[:a.op_count]))
51 
def get_arch_info(a)
Definition: systemz.py:49
def copy_ctypes_list(src)
Definition: __init__.py:326

References capstone.copy_ctypes_list().