| 53 | } |
| 54 | |
| 55 | size_t __stdcall bs_disasm(csh handle, const uint8_t *code, size_t code_size, uint64_t address, size_t count, cs_insn **insn){ |
| 56 | #pragma EXPORT |
| 57 | return cs_disasm(handle, code, code_size, address, count, insn); |
| 58 | } |
| 59 | |
| 60 | void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){ |
| 61 | #pragma EXPORT |
nothing calls this directly
no test coverage detected
searching dependent graphs…