From: Roy A. <roy...@ka...> - 2019-12-01 10:26:32
|
Hi all, I am using capstone x86-64 and I think there is a bug in the iterator function: I am using cs_insn->detail->x86.encoding, and it looks like the call "r = handle->disasm(ud, *code, *size, &mci, &insn_size, *address, handle->getinsn_info);" is filling this structure correctly, but sometimes the call to "handle->printer(&mci, &ss, handle->printer_info);" ruins the values in it. Does this sound familiar? Thanks Roy |