Closed bytefire closed 6 years ago
Hi there, can you be more specific about the problem you're experiencing? I'm not saying there's no (potential) bug, but this is the part where I worked the most to make sure diStorm is as robust as possible in x64, so I'd like to fully understand the claim in order to be able to assess whether it's a bug or not. Thanks
This is what I'm getting from distorm in x64: 00000000 (07) 488d3db92f0000 LEA RDI, [RIP+0x2fb9] 00000007 (07) 488d05b22f0000 LEA RAX, [RIP+0x2fb2] 0000000e (03) 4839f8 CMP RAX, RDI 00000011 (02) 7415 JZ 0x28 00000013 (07) 488b054e2f0000 MOV RAX, [RIP+0x2f4e] 0000001a (03) 4885c0 TEST RAX, RAX 0000001d (02) 7409 JZ 0x28 0000001f (02) ffe0 JMP RAX 00000021 (07) 0f1f8000000000 NOP DWORD [RAX+0x0] 00000028 (01) c3 RET 00000029 (07) 0f1f8000000000 NOP DWORD [RAX+0x0]
@bytefire so it seems correct to me.
Is it possible that REX prefixes, like REX.W in the example below are not fully supported? I'm using python to disassemble following function from objdump output and distorm doesn't return anything.
Thanks