First of, i didn't know where to post this question as it isn't actually programming based but yeah. sorry.. Anyway, I was going through my binary file trying to figure out something for my program and i realized that I didn't know what the 00 sequences actually represent. what are they? if they were empty lines like in between second line
and random line
:
"
first line
second line
random line
"
in binary the empty lines would be a sequence of OD 0A
. so what are 00
sequences.