c_m_chance
Member
Alright, so I'm wanting to make my own custom boot logos. For those of you that know the process to do this, then you know that you have to reverse the hex bytes at one point. As I don't have Windows, just Mac and Linux, I'm not able to find a hex editor that will reverse the byte order. So, I'm wondering if one of the following would work:
1. Convert the hex code to string, reverse the string order, convert the ascii string back to hex.
2. Convert the hex code to binary, reverse the binary order, convert the binary code back to hex.
1. Convert the hex code to string, reverse the string order, convert the ascii string back to hex.
2. Convert the hex code to binary, reverse the binary order, convert the binary code back to hex.