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

Function bs_disasm

bindings/vb6/vbCapstone.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55size_t __stdcall bs_disasm(csh handle, const uint8_t *code, size_t code_size, uint64_t address, size_t count, cs_insn **insn){
56#pragma EXPORT
57 return cs_disasm(handle, code, code_size, address, count, insn);
58}
59
60void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){
61#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_disasmFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…