I haven't experienced a binary file analysis so far. I am trying to decode the binary file with python. How would I convert the following bytes object that has a length of 3 to integer or string with Python?
e.g.) b'x05/x18/x27' => ????
I haven't experienced a binary file analysis so far. I am trying to decode the binary file with python. How would I convert the following bytes object that has a length of 3 to integer or string with Python?
e.g.) b'x05/x18/x27' => ????