gpt4 book ai didi

linux - 如何只提取 ELF 部分的原始内容?

转载 作者:IT王子 更新时间:2023-10-29 00:14:57 24 4
gpt4 key购买 nike

我试过以下方法,但生成的文件仍然是一个 ELF 而不是纯粹的部分内容。

$ objcopy --only-section=<name> <infile> <outfile>

我只想要该部分的内容。有没有可以做到这一点的实用程序?有什么想法吗?

最佳答案

使用-O binary输出格式:

objcopy -O binary --only-section=.text foobar.elf foobar.text

刚刚使用 avr-objcopy 和 AVR ELF 图像的 .text 部分进行了验证。

请注意,如果 Tim 在下面指出,您的部分没有 ALLOcflags,您可能必须添加 --set-section-flags .text=alloc 才能提取它。

关于linux - 如何只提取 ELF 部分的原始内容?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3925075/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com