gpt4 book ai didi

c++ - 获取二进制文件的数据和代码区域的大小

转载 作者:搜寻专家 更新时间:2023-10-31 01:49:02 25 4
gpt4 key购买 nike

我有一个二进制可执行文件“foo”。在 unix 中使用 C 程序,是否可以检索文件 foo 的代码和数据区域的大小?

最佳答案

您可以使用 size为此命令。

男人尺寸

The GNU size utility lists the section sizes and the total size for each of the object or archive files objfile in its argument list. By default, one line of output is generated for each object file or each module in an archive.

例子:

$ size a.out
text data bss dec hex filename
1863 288 8 2159 86f a.out

关于c++ - 获取二进制文件的数据和代码区域的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17070225/

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