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

Function cs_support

bindings/python/capstone/__init__.py:539–540  ·  view source on GitHub ↗
(query)

Source from the content-addressed store, hash-verified

537
538
539def cs_support(query):
540 return _cs.cs_support(query)
541
542
543# dummy class resembling Cs class, just for cs_disasm_quick()

Callers 5

cs_disasm_liteFunction · 0.70
__init__Method · 0.70
supportMethod · 0.70
debugFunction · 0.70
bs_supportFunction · 0.50

Calls 1

cs_supportMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…