adplus-dvertising
frame-decoration

Question

What is the function of section object APIs in Win32?

a.

Creating a memory-mapped file

b.

Mapping a section object into the user-mode address space

c.

Unmapping a section object from the user-mode address space

d.

All of the above

Posted under Reverse Engineering

Answer: (d).All of the above Explanation:Section object APIs in Win32 are used for creating a memory-mapped file using the CreateFileMapping API, mapping a section object into the user-mode address space using the MapViewOfFileEx API, and unmapping a section object from the user-mode address space using the UnmapViewOfFile API.

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 function of section object APIs in Win32?