I have a script that reads bytes from a binary file, decodes them using a custom encoding, and writes the characters to a text file. Currently, I'm just using a predefined encoding I made by making a modified copy of the cp1252 encoding with the decoding_table altered to fit my needs.I have a script that reads bytes from a binary