Part 10/13:
Further inspection of the code reveals less-than-robust validation methods. For example, the server-side checks that incoming packets contain the correct magic number ("food") and match a CRC before processing. Communication packets include metadata such as player names, game settings, and lobby information, all broadcast over LAN, sometimes revealing user names interlaced with null bytes—a side effect of Windows' wide-character (Unicode) encoding.