adplus-dvertising
frame-decoration

Question

How are mapped executable allocations used in Windows?

a.

For sharing memory between two or more programs

b.

For creating multiple variable-sized blocks of memory within a larger block

c.

For allocating memory blocks using the VirtualAlloc Win32 API

d.

For loading application code into memory as a memory-mapped file

Posted under Reverse Engineering

Answer: (d).For loading application code into memory as a memory-mapped file Explanation:Mapped executable allocations are used for loading application code into memory as a memory-mapped file.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are mapped executable allocations used in Windows?