Anonymous
December 19th, 2004, 17:50
The OllyScript ASM command appears to generate incorrect opcodes in some cases. For example,
ASM someaddress, "mov al, 01"
generates opcodes C6,C0,01 and $RESULT returns = 3.
(of course the correct opcodes should be B0, 01)
A number of other ASM commands also generate incorrect opcode.
I can't find any other references to this problem in the forum and I'm using the latest download of 0.92 OllyScript and Ollydbg 1.10.
Any help would be appreciated please.
ASM someaddress, "mov al, 01"
generates opcodes C6,C0,01 and $RESULT returns = 3.
(of course the correct opcodes should be B0, 01)
A number of other ASM commands also generate incorrect opcode.
I can't find any other references to this problem in the forum and I'm using the latest download of 0.92 OllyScript and Ollydbg 1.10.
Any help would be appreciated please.