Mmm... hex

Discussion in 'General Software' started by Rusty S, Feb 24, 2007.

  1. Rusty S

    Rusty S Geek Trainee

    Likes Received:
    0
    Trophy Points:
    0
    So I just started with hex editing today, and was wondering. In the hex editing program, it shows the offset, actuall hexidecimal data, and the translation. Some of the translation I can read. A lot if it I cannot. So what is the part that I cannot read? Is it the machine code? Is there anyway It can be read? I included an image to show what I mean...

    http://aycu40.webshots.com/image/11399/2002614637847140476_rs.jpg
     
  2. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    An executable file will have machine code, which is why you can't read it. If you want to know what instructions are being executed (in a very low level) then use a disassembler, but you need a thorough understanding of assembly programming to be able to make sense of it.
     

Share This Page