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

Function bs_open

bindings/vb6/vbCapstone.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30cs_err __stdcall bs_open(cs_arch arch, cs_mode mode, csh *handle){
31#pragma EXPORT
32 return cs_open(arch, mode, handle);
33}
34
35cs_err __stdcall bs_close(csh *handle){
36#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_openFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…