adplus-dvertising
frame-decoration

Question

What is the purpose of mapping a section object?

a.

To allocate virtual address range for the object

b.

To share memory between kernel and user-mode processes

c.

To make the object accessible through the address range

d.

To manage the system's physical memory use

Posted under Reverse Engineering

Answer: (c).To make the object accessible through the address range Explanation:Mapping a section object means that a virtual address range is allocated for the object and that it then becomes accessible through that address range.

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 mapping a section object?