 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
yoyoyip Cheater
Reputation: 0
Joined: 09 Apr 2006 Posts: 29
|
Posted: Tue Oct 31, 2006 7:22 am Post subject: AA failed to assemble 'movzx eax,word ptr [ebp+4]' |
|
|
Hi DarkByte,
| Code: | | movzx eax,word ptr [ebp+4] |
the code byte turn out to be
0F 00 45 04 sldt [ebp+4] <<< assemble wrongly
the correct code byte supposed to be
0F B7 45 04 movzx eax,word ptr [ebp+4]
but
| Code: | | movsx eax,word ptr [ebp+4] |
will assemble correctly
0F BF 45 04 movsx eax,word ptr [ebp+4]
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25958 Location: The netherlands
|
Posted: Tue Oct 31, 2006 7:38 am Post subject: |
|
|
doh
| Code: |
(mnemonic:'MOVSX';opcode1:eo_reg;paramtype1:par_r16;paramtype2:par_rm8;bytes:3;bt1:$66;bt2:$0f;bt3:$be),
(mnemonic:'MOVSX';opcode1:eo_reg;paramtype1:par_r32;paramtype2:par_rm8;bytes:2;bt1:$0f;bt2:$be),
(mnemonic:'MOVSX';opcode1:eo_reg;paramtype1:par_r32;paramtype2:par_rm16;bytes:2;bt1:$0f;bt2:$bf),
(mnemonic:'MOVZX';opcode1:eo_reg;paramtype1:par_r16;paramtype2:par_rm8;bytes:3;bt1:$66;bt2:$0f;bt3:$b6),
(mnemonic:'MOVZX';opcode1:eo_reg;paramtype1:par_r32;paramtype2:par_rm8;bytes:2;bt1:$0f;bt2:$b6),
(mnemonic:'MOVZX';opcode1:eo_reg;paramtype1:par_r32;paramtype2:par_rm16;bytes:2;bt1:$0f;bt3:$b7),
|
guess what is wrong. (hint , 3 -> 2)
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|
|
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
|
|