When I copy a bunch of bytes out of a hex editor, the format is the following:
I want the format to be like the following:Code:00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 etc...
What code should I use?Code:00000000 00000000 00000000 00000000 00000000 00000000 etc...




Reply With Quote