Heaventools

   English English  Deutsch Deutsch  Русский Русский
Heaventools Support Forums
May 17, 2012, 02:26:01 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Single Byte opcodes failure  (Read 2523 times)
0 Members and 1 Guest are viewing this topic.
ButtonBoy
New Member
*
Posts: 4

Offline Offline



« on: December 14, 2006, 12:32:35 pm »

In disassembly, the following stream is used as an input:

0x85, 0xC0, 0x7E, 0x53

It produces:
test eax, eax
db 7Eh

It SHOULD produce:
test eax, eax
jle <single b6yte offset>

The problem is the single byte opcode "0x7E" is not interpreted correctly.
TechMan
Heaventools
Support
***
Posts: 220

Location:
On Air

Offline Offline



« Reply #1 on: December 15, 2006, 10:40:42 am »

Most likely, this is a file specific problem and doesn't occur at the application level. If so, I can't tell you what went wrong without seeing the file itself. This instruction should be interpreted, and it IS interpreted - unless being marked as processed.

TechMan Robot
Heaventools Software
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC