| 89 | } |
| 90 | |
| 91 | bool __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 | |
| 96 | bool __stdcall bs_reg_read(csh handle, const cs_insn *insn, unsigned int reg_id){ |
| 97 | #pragma EXPORT |
nothing calls this directly
no test coverage detected
searching dependent graphs…