adplus-dvertising
frame-decoration

Question

What is VirtualFree used for?

a.

Allocating private memory block in a user-mode address space

b.

Setting memory region's protection settings

c.

Querying a memory block

d.

Freeing a private allocation block

Posted under Reverse Engineering

Answer: (d).Freeing a private allocation block Explanation:VirtualFree is used to free a private allocation block (like those allocated using VirtualAlloc).

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is VirtualFree used for?