Tagged Questions
7
votes
2answers
838 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 ...
0
votes
4answers
491 views
Does a compiled software contain binary 0 and 1?
I know that after compiling a software or application, its code is converted into the machine language.
Does a compiled software contain a binary 0 and 1?
What happens after compiling a software? Is ...
2
votes
1answer
669 views
I have a binary or hex file cached in firefox. How can I make it a working file?
I can't download the file anymore, but it's still sitting in my firefox cache. Using about:cache, I can see the file as an xhtml page showing the encoding, filetype, etc... and then three columns of ...
1
vote
4answers
402 views
Binary repetition
In binary up to how many times can a 1 (one) or a 0 (zero) be repeated.
Lets se i have an myfile.mp3 if i was to read the binary code of that file.
would be something like "010001001010..."
on this ...