| 94 | } |
| 95 | |
| 96 | bool __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 | |
| 101 | bool __stdcall bs_insn_group(csh handle, const cs_insn *insn, unsigned int group_id){ |
| 102 | #pragma EXPORT |
nothing calls this directly
no test coverage detected
searching dependent graphs…