开发者

What is the bss section of an image?

开发者 https://www.devze.com 2022-12-09 18:18 出处:网络
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 sect开发者_如何学Cion can be overwritten anytime? Is that a stora

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 sect开发者_如何学Cion can be overwritten anytime? Is that a storage location in memory of the loaded binary?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消