CE disassembly bug. All those C4 opcodes for the LES instruction are invalid in 64-bit mode. That should disassemble to vmovss- e.g. C4 A1 7A 10 04 0B = vmovss xmm0,[rbx+r9]
I'd guess the adc ... / add al,1F instructions should be writes but CE can't guess the previous instruction correctly because it doesn't know about vmovss.
If you don't want to wait for this to get fixed, copy bytes to a different disassembler (e.g. oda) or use a custom binutils. _________________
I don't know where I'm going, but I'll figure it out when I get there.
My opinion is this topic is a waste of time. I see that a lot of vector instructions including vmovss were added 3 years ago. If you haven't updated CE in all that time, that's your problem. _________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum