adplus-dvertising
frame-decoration

Question

What are the Ex versions of the memory management APIs used for?

a.

Querying memory blocks of another process

b.

Allocating private memory block in another process's address space

c.

Querying memory blocks in the current process

d.

Allocating private memory block in the current process's address space

Posted under Reverse Engineering

Answer: (b).Allocating private memory block in another process's address space Explanation:The Ex versions of the memory management APIs receive a handle to a process object and can operate on the address spaces of processes other than the one currently running.

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 Ex versions of the memory management APIs used for?