> Converting binary 2 string is corrupting my bytes! how do I just get a hex > rep of a binary file!
I want hex as in `[2A,34,5B]` or `[0x2A,0x34,0x5B]` Anyone know how I would do this?
> Converting binary 2 string is corrupting my bytes! how do I just get a hex > rep of a binary file!
I want hex as in `[2A,34,5B]` or `[0x2A,0x34,0x5B]` Anyone know how I would do this?