Tagged Questions
7
votes
2answers
840 views
Why can't we understand the content of a binary file after compiled?
As far I know, every program consists of a pack of processor instructions with some specific data variables(float, int, char...) to work on the processor registers.
So, the first thing that I ...