adplus-dvertising
frame-decoration

Question

What is the purpose of having different sections in an executable image?

a.

To store code and data in different areas of the file

b.

To make it easier to debug the program

c.

To improve the performance of the program

d.

To provide a way to organize the program's modules

Posted under Reverse Engineering

Answer: (a).To store code and data in different areas of the file Explanation:Different sections in an executable image are used to store code and data in different areas of the file, so that they can be treated differently by the memory manager when the module is loaded.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the purpose of having different sections in an executable image?