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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

not mov movdqu #4

Open
mgaudet opened this issue Apr 4, 2018 · 3 comments
Open

not mov movdqu #4

mgaudet opened this issue Apr 4, 2018 · 3 comments

Comments

@mgaudet
Copy link

mgaudet commented Apr 4, 2018

(Preface: rr-dataflow is awesome 馃憤 )

Seems to have trouble parsing this code:

movdqu 0x10(%ebx,%eax,1),%xmm1

Which I get this from:

0xf7b7bdcb in ?? () from /lib32/libc.so.6
>>> origin
0x1000:	movdqu	xmm1, xmmword ptr [rbx + rax + 0x10]
not move movdqu
3
Traceback (most recent call last):
  File "~/rr-dataflow/flow.py", line 162, in invoke
  File "~/rr-dataflow/flow.py", line 105, in eval_mem_operand
NameError: name 'src' is not defined
Error occurred in Python command: name 'src' is not defined
>>> 

Could be worth noting this is a 32-bit binary, built on Ubuntu 17.10

@jrmuizel
Copy link
Owner

jrmuizel commented Apr 4, 2018

I'll take a look. It shouldn't be too hard to fix.

@jrmuizel
Copy link
Owner

jrmuizel commented Apr 4, 2018

I pushed a local change that I had forgot to push upstream. It might fix it.

@jrmuizel
Copy link
Owner

jrmuizel commented Apr 4, 2018

Also, I don't think I've tried using it on 32-bit binaries so watch out for bad results.

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

No branches or pull requests

2 participants