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

Function bs_disasm_iter

bindings/vb6/vbCapstone.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool __stdcall bs_disasm_iter(csh handle, const uint8_t **code, size_t *size, uint64_t *address, cs_insn *insn){
117#pragma EXPORT
118 return cs_disasm_iter(handle, code, size, address, insn);
119}

Callers

nothing calls this directly

Calls 1

cs_disasm_iterFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…