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