Searched refs:curInst (Results 1 – 1 of 1) sorted by relevance
60 void __stdcall getInstruction(cs_insn *insn, uint32_t index, void* curInst, uint32_t bufSize){ in getInstruction() argument62 …memcpy(curInst, (void*)&insn[index], bufSize); //size lets us get a partial version of whatever we… in getInstruction()