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

Function bs_close

bindings/vb6/vbCapstone.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35cs_err __stdcall bs_close(csh *handle){
36#pragma EXPORT
37 return cs_close(handle);
38}
39
40cs_err __stdcall bs_option(csh handle, cs_opt_type type, size_t value){
41#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_closeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…