图像的 bss 部分是什么?

发布于 2024-08-09 01:25:44 字数 83 浏览 2 评论 0原文

我正在尝试了解 PE 文件格式,其中有很多部分。 bss 部分是什么?写入该部分的流体和数据可以随时被覆盖吗?这是加载的二进制文件在内存中的存储位置吗?

I am trying to understand PE file formats and there are many sections. What is the bss section? Is that fluid and data written to that section can be overwritten anytime? Is that a storage location in memory of the loaded binary?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浊酒尽余欢 2024-08-16 01:25:44

在汇编程序中,bss 部分用于定义不需要初始化为任何特定值的内存空间。我想它没有改变。

In assembler, the bss section was used to define memory space that didn't need to be initialized to any particular value. I imagine it hasn't changed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文