(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
(Preface: rr-dataflow is awesome 👍 )
Seems to have trouble parsing this code:
Which I get this from:
Could be worth noting this is a 32-bit binary, built on Ubuntu 17.10