Closed GoogleCodeExporter closed 9 years ago
>>> distorm3.Decompose(0, "66 48 0f 6e c2".replace(" ", "").decode('hex'), 2)
[<distorm3.Instruction object at 0x0000000002691BE0>]
>>> print _[0]
MOVQ XMM0, RDX
>>>
Looks good to me, let me know if you still see this problem with latest version.
Original comment by distorm@gmail.com
on 13 Dec 2014 at 10:34
Also using your way with:
str(distorm3.Decompose(0x1056bf5a, '66480f6ec2'.decode('hex'), 2)[0])
Yielded same correct result.
Original comment by distorm@gmail.com
on 13 Dec 2014 at 10:34
Original issue reported on code.google.com by
felipe.a...@gmail.com
on 7 Aug 2014 at 8:27