Triton icon indicating copy to clipboard operation
Triton copied to clipboard

Unable to process instruction "pcmpistri"

Open japroc opened this issue 7 years ago • 0 comments

Hello, i am trying to process the next instruction: pcmpistri xmm0, xmmword ptr [eax-10h], 0Ch. opcode: \x66\x0F\x3A\x63\x40\xF0\x0C. ctx.disassembly(inst) successfully disassemle it. But ctx.processing(inst) fails and returns False. What can i do with it? I thought about emulate this instruction by own python code and update tainted memory and registers, but this instruction looks pretty complicated too emulate it correctly.

japroc avatar Aug 14 '18 21:08 japroc