|
|
|
|
|
by pvillano
806 days ago
|
|
I think the codes follow the pattern 1111110xxxxxxx. 1111110 is the header, and xxxxxxx is the data. The program rotates the bit string until the first seven bits match the header. This always produces the same data because there isn't a 14-bit string that can be rotated in multiple ways to have 1111110 as the header but different data. |
|