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:
What code should I use?
Code:
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 etc...Code:
00000000 00000000
00000000 00000000
00000000 00000000
etc...