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

Function bs_reg_write

bindings/vb6/vbCapstone.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool __stdcall bs_reg_write(csh handle, const cs_insn *insn, unsigned int reg_id){
92#pragma EXPORT
93 return cs_reg_write(handle,insn,reg_id);
94}
95
96bool __stdcall bs_reg_read(csh handle, const cs_insn *insn, unsigned int reg_id){
97#pragma EXPORT

Callers

nothing calls this directly

Calls 1

cs_reg_writeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…