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

Function version_bind

bindings/python/capstone/__init__.py:535–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

533
534# return the binding's version
535def version_bind():
536 return (CS_API_MAJOR, CS_API_MINOR, (CS_API_MAJOR << 8) + CS_API_MINOR)
537
538
539def cs_support(query):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…