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

Function bs_version

bindings/vb6/vbCapstone.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#define EXPORT comment(linker, "/EXPORT:"__FUNCTION__"="__FUNCDNAME__)
19
20unsigned int __stdcall bs_version(int *major, int *minor){
21#pragma EXPORT
22 return cs_version(major,minor);
23}
24
25bool __stdcall bs_support(int query){
26#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_versionFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…