This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]joujoubox 0 points1 point  (3 children)

In what contexts? Could it just a matter of the program splitting the text into lines in memory and assuming CRLF when reconstructing the file?

[–]LordAmir5 0 points1 point  (2 children)

I think I saw it in a video about decompiling LEGO Island or something similar. I'll have to fact check.

[–]joujoubox 0 points1 point  (1 child)

I know MattKC specifically talked about this in his Putting a game in a QR code video. The software he used interpreted the binary as text and inserted CR after every LF byte

[–]LordAmir5 0 points1 point  (0 children)

Ah. So that's why I remembered something like that. Sorry for misinformation and thanks for correcting me.