adplus-dvertising
frame-decoration

Question

How are section objects used to share memory between the kernel and user-mode processes?

a.

By mapping the same section object into both the kernel address space and one or more user-mode address spaces

b.

By allocating virtual memory space for device drivers

c.

By managing the system's physical memory use

d.

By creating a private heap in each process's address space

Posted under Reverse Engineering

Answer: (a).By mapping the same section object into both the kernel address space and one or more user-mode address spaces Explanation:The system uses section objects to share memory between the kernel and user-mode processes by mapping the same section object into both the kernel address space and one or more user-mode address spaces.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are section objects used to share memory between the kernel and user-mode processes?