Renan Newbie cheater
Reputation: 0
Joined: 20 Apr 2012 Posts: 11 Location: Unknown
|
Posted: Tue May 29, 2012 9:41 am Post subject: Wrong disassembled code! |
|
|
I was using Cheat Engine 6.2 and tried to disassemble my application for debugging purposes but I find out that one instruction in my program was disassembled incorrectly:
004031B6 - A0 0C344200 - mov ax,[0042340C]
Instead of "mov al,[0042340C]"
I tried some other debbugers and they said it was "mov al,[0042340C]", as it is in my source code.
Intel also says the same:
A0 = mov,moffs8* | Move byte at (seg:offset) to AL.
Also, when debugging it only changes 1 byte of EAX register.
My conclusion is that code was disassembled incorrectly.
|
|