Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to process instruction "pcmpistri" #713

Open
japroc opened this issue Aug 14, 2018 · 0 comments
Open

Unable to process instruction "pcmpistri" #713

japroc opened this issue Aug 14, 2018 · 0 comments

Comments

@japroc
Copy link

japroc commented Aug 14, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants