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

Function bs_support

bindings/vb6/vbCapstone.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25bool __stdcall bs_support(int query){
26#pragma EXPORT
27 return cs_support(query);
28}
29
30cs_err __stdcall bs_open(cs_arch arch, cs_mode mode, csh *handle){
31#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_supportFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…