文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>Restore elf image from a u-boot image

Restore elf image from a u-boot image

时间:2009-07-10  来源:sigsegv11

<link style="font-family: Courier New;" rel="File-List" href="file:///C:%5CDOCUME%7E1%5Cbaojunwa%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style> </style>

Restore elf image from a u-boot image

 

Assume your u-boot image is something like cuImage.bamboo, the architecture is PowerPC, and it’s not a u-boot multi-image (which is a bit more complex to restore); and we could restore the symbols in the following step:

 

dd if=cuImage.bamboo of=zImage bs=64 skip=1

gzip –dc zImage > Image

powerpc-unknown-linux-gnu-objcopy -v -I binary -O elf32-powerpc -B PowerPC --rename-section .data=.text --readonly-text Image Image.elf

 

You could then use objdump to check the generated Image.elf:

 

powerpc-unknown-linux-gnu-objdump –D Image.elf

 


相关阅读 更多 +
排行榜 更多 +
末世生存射击

末世生存射击

飞行射击 下载
大理石大师

大理石大师

飞行射击 下载
枪神手旋转射击最新版

枪神手旋转射击最新版

飞行射击 下载