evilsong / distorm

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

64bits 32bits confusion #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. print distorm3.Decode(0,'QW', distorm3.Decode32Bits) will print out
[(0L, 1L, 'PUSH ECX', '51'), (1L, 1L, 'PUSH EDI', '57')] but 
print(distorm3.Decompose(0,'QW', distorm3.Decode32Bits)[0]), 
print(distorm3.Decompose(0,'QW', distorm3.Decode32Bits)[1]) will print out 
PUSH RCX, PUSH RDI

What version of the product are you using? On what operating system?
i'm using the latest distorm on windows7 x64

Please provide any additional information below.

Original issue reported on code.google.com by Yoava...@gmail.com on 15 Oct 2010 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by distorm@gmail.com on 15 Oct 2010 at 1:51