adplus-dvertising
frame-decoration

Question

What is VirtualAlloc used for?

a.

Allocating private memory block in a user-mode address space

b.

Creating a section object

c.

Querying a memory block

d.

Freeing a private allocation block

Posted under Reverse Engineering

Answer: (a).Allocating private memory block in a user-mode address space Explanation:VirtualAlloc is used to allocate a private memory block within a user-mode address space.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is VirtualAlloc used for?