
{"id":7862,"date":"2012-11-12T17:43:47","date_gmt":"2012-11-12T17:43:47","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7862"},"modified":"2012-11-12T17:43:47","modified_gmt":"2012-11-12T17:43:47","slug":"uncompress-vllinuz-to-vmlinux","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/11\/12\/uncompress-vllinuz-to-vmlinux\/","title":{"rendered":"UNCOMPRESS vmlinuz  to vmlinux"},"content":{"rendered":"<h4><u>commandline session<\/u><\/h4>\n<pre>\nroot@debian:\/boot# od -A d -t x1 vmlinuz-3.2.0-3-amd64 | grep '1f 8b 08 00'\n0018096 00 ff e0 1f 8b 08 00 00 00 00 00 02 03 ec fd 7b\nroot@debian:\/boot# dd if=vmlinuz bs=1 skip=18099 | zcat &gt; vmlinux\ndd: opening `vmlinuz': No such file or directory\n\ngzip: stdin: unexpected end of file\nroot@debian:\/boot# dd if=vmlinuz-3.2.0-3-amd64  bs=1 skip=18099 | zcat &gt; vmlinux\n\ngzip: stdin: decompression OK, trailing garbage ignored\ndd: writing `standard output': Broken pipe\n2785976+0 records in\n2785975+0 records out\n2785975 bytes (2.8 MB) copied, 28.6663 s, 97.2 kB\/s\nroot@debian:\/boot# ls -l vmlinux\n-rw-r--r-- 1 root root 116910060 Nov 12 23:20 vmlinux\nroot@debian:\/boot#\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session root@debian:\/boot# od -A d -t x1 vmlinuz-3.2.0-3-amd64 | grep &#8216;1f 8b 08 00&#8242; 0018096 00 ff e0 1f 8b 08 00 00 00 00 00 02 03 ec fd 7b root@debian:\/boot# dd if=vmlinuz bs=1 skip=18099 | zcat &gt; vmlinux dd: opening `vmlinuz&#8217;: No such file or directory gzip: stdin: unexpected end of file &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/11\/12\/uncompress-vllinuz-to-vmlinux\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;UNCOMPRESS vmlinuz  to vmlinux&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7862"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=7862"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7862\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7862"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7862"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}