{"id":1741,"date":"2014-01-17T20:23:11","date_gmt":"2014-01-17T20:23:11","guid":{"rendered":"http:\/\/blog.bachi.net\/?p=1741"},"modified":"2016-04-01T13:50:21","modified_gmt":"2016-04-01T13:50:21","slug":"perl-one-liner-byte-stream-to-hex-string","status":"publish","type":"post","link":"https:\/\/blog.bachi.net\/?p=1741","title":{"rendered":"Byte Stream to Hex String"},"content":{"rendered":"<h3>Perl one-liner<\/h3>\n<pre class=\"brush: plain; title: message.txt; notranslate\" title=\"message.txt\">\r\n00c03a701e7900c03a702d2908004500\r\n00602cc000003c11ba74c0a80b05c0a8\r\n0b03043059d9004c0000000000000000\r\n000000000000000000000001549606c8\r\n5f9b0000004400000000000000000000\r\n00000000000000000000000000040002\r\n<\/pre>\n<pre class=\"brush: plain; title: Shell; notranslate\" title=\"Shell\">\r\n$ cat message.txt | perl -pe 's\/(&#x5B;0-9a-f]{2})\/0x$1, \/g'\r\n0x00, 0xc0, 0x3a, 0x70, 0x1e, 0x79, 0x00, 0xc0, 0x3a, 0x70, 0x2d, 0x29, 0x08, 0x00, 0x45, 0x00, \r\n0x00, 0x60, 0x2c, 0xc0, 0x00, 0x00, 0x3c, 0x11, 0xba, 0x74, 0xc0, 0xa8, 0x0b, 0x05, 0xc0, 0xa8, \r\n0x0b, 0x03, 0x04, 0x30, 0x59, 0xd9, 0x00, 0x4c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \r\n0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x54, 0x96, 0x06, 0xc8, \r\n0x5f, 0x9b, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \r\n0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x02, \r\n<\/pre>\n<h3>jEdit BeanShell<\/h3>\n<pre class=\"brush: plain; title: Buffer; notranslate\" title=\"Buffer\">\r\n26 08 00 11 00 00 00 00 00 00 00 1c 72 65 73 74\r\n72 69 63 74 20 31 39 32 2e 31 36 38 2e 37 2e 38\r\n20 76 65 72 73 69 6f 6e 00 00 00 0a 86 be ad 02\r\n89 51 bb 99 9d 7f 15 71 c6 a2 cf d4\r\n<\/pre>\n<pre class=\"brush: plain; title: BeanShell; notranslate\" title=\"BeanShell\">\r\nSearch: &#x5B;0-9a-z]&#x5B;0-9a-z]\r\nReplace: &quot;0x&quot;+_0+&quot;,&quot;\r\n<\/pre>\n<pre class=\"brush: plain; title: Result; notranslate\" title=\"Result\">\r\n0x26, 0x08, 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x72, 0x65, 0x73, 0x74,\r\n0x72, 0x69, 0x63, 0x74, 0x20, 0x31, 0x39, 0x32, 0x2e, 0x31, 0x36, 0x38, 0x2e, 0x37, 0x2e, 0x38,\r\n0x20, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x00, 0x00, 0x00, 0x0a, 0x86, 0xbe, 0xad, 0x02,\r\n0x89, 0x51, 0xbb, 0x99, 0x9d, 0x7f, 0x15, 0x71, 0xc6, 0xa2, 0xcf, 0xd4,\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Perl one-liner 00c03a701e7900c03a702d2908004500 00602cc000003c11ba74c0a80b05c0a8 0b03043059d9004c0000000000000000 000000000000000000000001549606c8 5f9b0000004400000000000000000000 00000000000000000000000000040002 $ cat message.txt | perl -pe &#8216;s\/(&#x5B;0-9a-f]{2})\/0x$1, \/g&#8217; 0x00, 0xc0, 0x3a, 0x70, 0x1e, 0x79, 0x00, 0xc0, 0x3a, 0x70, 0x2d, 0x29, 0x08, 0x00, 0x45, 0x00, 0x00, 0x60, 0x2c, 0xc0, 0x00, 0x00, 0x3c, 0x11, 0xba, 0x74, 0xc0, 0xa8, 0x0b, 0x05, 0xc0, 0xa8, 0x0b, 0x03, 0x04, 0x30, 0x59, 0xd9, 0x00, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1741","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/1741","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1741"}],"version-history":[{"count":3,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/1741\/revisions"}],"predecessor-version":[{"id":4838,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=\/wp\/v2\/posts\/1741\/revisions\/4838"}],"wp:attachment":[{"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1741"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1741"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bachi.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1741"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}