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

Function bs_reg_read

bindings/vb6/vbCapstone.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96bool __stdcall bs_reg_read(csh handle, const cs_insn *insn, unsigned int reg_id){
97#pragma EXPORT
98 return cs_reg_read(handle,insn,reg_id);
99}
100
101bool __stdcall bs_insn_group(csh handle, const cs_insn *insn, unsigned int group_id){
102#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_reg_readFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…