Hello, I have a a data from a raw file wich is:
4D 54 68 64 00 00 00 06 00 00 00 01 03 C0 4D 54 72 6B 00 00 00 0D 00 90 18 60 A5 40 AC 18 00 00 FF 2F 00
I would like to arrange it like this:
4D54 6864 0000 0006 0000 0001 03C0 4D54 726B 0000 000D 0090 1860 A540 AC18 0000 FF2F 00
which means stuck strings every %2 characters.
would you have any idea how to do that ?
thanks in advance.