D
D
Dev2014-03-15 16:09:02
Programming
Dev, 2014-03-15 16:09:02

How to view machine code?

I know there is such an assembler thing, but I would like to know if a program that opens pure machine code, for example, I have a picture, I want to open it and see how it looks from machine code.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
EXL, 2014-03-15
@I_I

Any hex editor will help you see the image as it is represented in the computer's memory.
Nobody programs "in machine code". Maximum - patches. Machine code is divided into data and, directly, the code that is disassembled (transferred to a higher level of abstraction).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question