adplus-dvertising
frame-decoration

Question

What are the two distinct kinds of allocations managed by VAD trees?

a.

Mapped allocations and private allocations

b.

Public allocations and private allocations

c.

File-backed allocations and temporary allocations

d.

Executable allocations and stack allocations

Posted under Reverse Engineering

Answer: (a).Mapped allocations and private allocations Explanation:Mapped allocations are memory-mapped files that are mapped into the address space. This includes all executables loaded into the process address space and every memory-mapped file (section object) mapped into the address space. Private allocations are allocations that are process private and were allocated locally.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What are the two distinct kinds of allocations managed by VAD trees?