howardjack / distorm

Automatically exported from code.google.com/p/distorm
GNU General Public License v3.0
0 stars 0 forks source link

Problem disassembling x64 FAR JMP #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The engine is unable to property disassemble the 14 bytes instruction, ex:

FF25000000008877665544332211 JMP 0x1122334455667788

Thanks

Original issue reported on code.google.com by hcaldeir...@gmail.com on 15 Nov 2011 at 1:44

GoogleCodeExporter commented 9 years ago
Can you show what you get for the output? Are you sure you use 64 bits?
What other disassembler produces the output you pasted?

Original comment by distorm@gmail.com on 17 Nov 2011 at 11:10

GoogleCodeExporter commented 9 years ago
The output on the sample you show doesn't seem right to me.
According to Intel specs and IDA too.
Please specify more information next time.

Original comment by distorm@gmail.com on 4 Mar 2012 at 4:31