Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
capstone.m68k Namespace Reference

Classes

class  M68KOpMem
 
class  M68KOpRegPair
 
class  M68KOpValue
 
class  M68KOpBrDisp
 
class  M68KOp
 
class  M68KOpSize
 
class  CsM68K
 

Functions

def get_arch_info (a)
 

Function Documentation

◆ get_arch_info()

def capstone.m68k.get_arch_info (   a)

Definition at line 95 of file m68k.py.

95 def get_arch_info(a):
96  return (copy_ctypes_list(a.operands[:a.op_count]), a.op_size)
def get_arch_info(a)
Definition: m68k.py:95
def copy_ctypes_list(src)
Definition: __init__.py:326

References capstone.copy_ctypes_list().