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

Function bs_option

bindings/vb6/vbCapstone.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40cs_err __stdcall bs_option(csh handle, cs_opt_type type, size_t value){
41#pragma EXPORT
42 return cs_option(handle, type, value);
43}
44
45cs_err __stdcall bs_errno(csh handle){
46#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_optionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…