up vote 1 down vote favorite
share [g+] share [fb]

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?

link|improve this question
google.com/search?q=%22PE+format%22+bss – Roger Pate Oct 30 '09 at 22:07
feedback

2 Answers

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.

link|improve this answer
feedback

This link might help explain in more detail: Microsoft Portable Executable and Common Object File Format Specification

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.