MCPcopy Create free account
hub / github.com/capstone-engine/capstone / _cs_opt_skipdata

Class _cs_opt_skipdata

bindings/python/capstone/__init__.py:476–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

474CS_SKIPDATA_CALLBACK = ctypes.CFUNCTYPE(ctypes.c_size_t, ctypes.POINTER(ctypes.c_char), ctypes.c_size_t, ctypes.c_size_t, ctypes.c_void_p)
475
476class _cs_opt_skipdata(ctypes.Structure):
477 _fields_ = (
478 ('mnemonic', ctypes.c_char_p),
479 ('callback', CS_SKIPDATA_CALLBACK),
480 ('user_data', ctypes.c_void_p),
481 )
482
483class _cs_opt_mnem(ctypes.Structure):
484 _fields_ = (

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…