vmlinuz to vmlinx

11 篇文章 1 订阅
The vmlinuz isn't just the compressed kernel, it's complete bootable image including the decompressor. To get just the image search for the GZ signature - 1f 8b 08 00. Now i'm sure there are scripts for it somewhere, but you can do it old-fashioned way - in my case:

# od -A d -t x1 vmlinuz-3.0.0-32-virtual | grep '1f 8b 08 00'
0015968 48 8d 83 00 b7 47 00 ff e0 1f 8b 08 00 00 00 00

so the image begins at 15968+9 => 15977 . Then just copy the image from the point and decompress it -

#dd if=vmlinuz bs=1 skip=15977 | zcat > vmlinux
记录了4718407+0 的读入
记录了4718407+0 的写出

4718407字节(4.7 MB)已复制,6.02327 秒,783 kB/秒

#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值