Help for this page
$buffer = "\x{12}\x{34}\x{56}" . $buffer;
$buffer = (map chr, 0x12, 0x34, 0x56) . $buffer;