array of chars to bytehi for my sig scanner i need to convert an array of chars like Code: char chars[50]={"53" ,"56" ,"8B", "F1", "8D", "9E"}; to an array of bytes like Code: byte bytes[50] = {0x53, 0x56, 0x8B, 0xF1, 0x8D, 0x9E}; anyone knows how to do this? thanks
If it was so much "Your" SigScanner, And that you weren't a retarded leecher, You would know that. Just point to your declarations as Bytes ( BYTE* ) "/x00/x00" Do yourself a favor, Get a C++ book and start by the basics :3.