vote up 1 vote down star

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?

flag

2 Answers

vote up 0 vote down

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

link|flag
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or

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