My problem is that I need to create a file with this exact bytes: 48, 00, 49, 00.
48, 00, 49, 00
I cannot use C, perl, other scripting language (the target is an embedded
you can use the following command:
echo -n -e \\x48\\x00\\x49\\x00 > myfile